summaryrefslogtreecommitdiff
path: root/src/rabbit_ssl.erl
Commit message (Expand)AuthorAgeFilesLines
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* rabbit_ssl: Fix return value of `get_highest_protocol_version/0`Jean-Sébastien Pédron2020-05-111-2/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* rabbit_ssl: support Erlang 21 and 22 suite formatting APIMichael Klishin2019-04-291-4/+30
* rabbit_ssl: less confusing wording around xref exclusionsMichael Klishin2019-04-251-1/+1
* xref: OTP 21/22 compatibility :(Michael Klishin2019-04-251-0/+6
* Remove check for OTP-20.3 compatibility when formatting cipher_suites.Daniil Fedotov2019-04-241-14/+2
* Add functions to get erlang or openssl formatted ciphers.Daniil Fedotov2019-04-241-0/+65
* URL CleanupSpring Operator2019-03-201-1/+1
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* rabbit_ssl: Move most functions to `rabbit_cert_info` in rabbitmq-commonJean-Sébastien Pédron2017-02-031-219/+9
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-12/+8
* Update (c) infoMichael Klishin2016-01-011-1/+1
* (c) yearMichael Klishin2015-05-241-1/+1
* Rebranch bug 25550 from stableSimon MacMullen2014-06-031-9/+5
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Be rather less arbitrary. But still a bit.Simon MacMullen2013-04-091-5/+5
* ExcuseSimon MacMullen2013-04-091-1/+1
* Explain a bit more WTF we're doing.Simon MacMullen2013-04-091-0/+2
* Add support for UID. No, it's not in public_key.hrl. Grrr.Simon MacMullen2013-04-091-1/+2
* Also RFC4514 suggests we always use = even if we don't recognise an OID.Simon MacMullen2013-04-091-2/+2
* Insert a hack.Simon MacMullen2013-04-091-0/+10
* Replace all uses of io_lib:format/2 with rabbit_misc:format/2 - we want somet...Simon MacMullen2013-04-091-7/+7
* Update copyright 2013Emile Joubert2013-01-231-1/+1
* Move the mode thing into the server too.Simon MacMullen2012-02-201-6/+8
* Move code from rabbitmq-auth-mechanism-ssl onto the brokerSimon MacMullen2012-02-201-1/+38
* Merge bug24606Simon MacMullen2012-02-031-5/+3
|\
| * refactor: extract string formatting functionMatthias Radestock2012-02-021-5/+3
* | Update copyright 2012Emile Joubert2012-02-021-1/+1
|/
* merge bug 24265 into default (Somehow support DNs in rabbitmq_auth_mechanism_...Alexandru Scvortov2012-01-171-1/+1
|\
* | Better comment.Simon MacMullen2012-01-061-2/+4
* | RFC 4514 states that non-acsii chars get converted to UTF-8 and then escaped ...Simon MacMullen2012-01-061-1/+1
* | Oops, actually this converted "foo" to ["foo"].Simon MacMullen2012-01-061-1/+1
* | Avoid putting quotes around domainComponents.Simon MacMullen2012-01-061-0/+4
* | peer_cert_subject_itemn -> peer_cert_subject_items, there's no guarantee we'l...Simon MacMullen2012-01-061-6/+6
|/
* UTF8strings come back as binaries.Simon MacMullen2011-04-051-2/+3
* Reduce duplication.Simon MacMullen2011-04-041-4/+2
* Actually DTRT. Note that this knocks out the is_binary/1 check introduced in ...Simon MacMullen2011-04-041-13/+30
* Tweak comment after rereading it.Simon MacMullen2011-04-041-2/+4
* Describe the problem. That's half the battle, right?Simon MacMullen2011-04-041-4/+59
* cosmeticMatthias Radestock2011-03-041-3/+3
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Merged default into bug23467Simon MacMullen2010-11-191-6/+3
|\
| * Merge bug23488 into default (Remove rabbit_misc:intersperse)Simon MacMullen2010-11-161-2/+2
| |\
| * | Fixed thinkos in calls to string:join.John DeTreville2010-11-151-3/+2
| * | Added some extra polymorphism inside rabbit_ssl.erl.John DeTreville2010-11-111-2/+3
| * | Removed rabbit_misc:intersperse; changed clients to call string:join instead;...John DeTreville2010-11-101-6/+3
* | | Merged from defaultSimon MacMullen2010-11-161-2/+2
|\ \ \ | | |/ | |/|