summaryrefslogtreecommitdiff
path: root/src/rabbit_ssl.erl
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Simon MacMullen2013-04-091-7/+7
| | | | something that returns a flat list.
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
|
* Move the mode thing into the server too.bug24182Simon 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 2012bug24606Emile Joubert2012-02-021-1/+1
|/
* merge bug 24265 into default (Somehow support DNs in ↵Alexandru Scvortov2012-01-171-1/+1
|\ | | | | | | rabbitmq_auth_mechanism_ssl)
* | Better comment.bug24265Simon 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
| | | | | | | | - e.g. U+00A3 POUND SIGN encodes as \C2\A3.
* | 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 ↵Simon MacMullen2012-01-061-6/+6
|/ | | | we'll only have one!
* UTF8strings come back as binaries.bug24017Simon 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
| | | | 22bf9ebcaebf; however despite that changeset's comment this does not seem to be needed with R14B (or any other release I tested).
* 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.bug23488John 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 ↵John DeTreville2010-11-101-6/+3
| | | | | | | | | | | | instead; hope that's okay.
* | | Merged from defaultSimon MacMullen2010-11-161-2/+2
|\ \ \ | | |/ | |/|
| * | document obscure case clauseMatthias Radestock2010-11-061-2/+2
| |/ | | | | | | dialyzer complains that one of the clauses is unreachable
* | Spec fixesSimon MacMullen2010-11-101-1/+2
| |
* | Mostly working EXTERNAL implementationSimon MacMullen2010-11-101-3/+21
|/
* Remove unnecessary SSL includebug23437Emile Joubert2010-10-271-1/+0
|
* It's binary up until it goes through public_key:pkix_decode_cert, at which ↵bug22902Matthew Sackman2010-10-011-1/+1
| | | | point it becomes an #'OTPCertificate'{}
* support for R14B; fix utf8 bugAlexandru Scvortov2010-10-011-4/+8
|
* more escapingMatthias Radestock2010-09-081-0/+5
|
* tweak rdn value escaping so it doen't need flatteningMatthias Radestock2010-09-081-13/+13
|
* tweak api for better decoupling of modulesMatthias Radestock2010-09-081-35/+12
| | | | | and trim error handling - we don't check for errors in any of the other info items either
* fix type sigsMatthias Radestock2010-09-081-9/+6
|
* rename info items and functionsMatthias Radestock2010-09-081-26/+27
|
* cosmeticMatthias Radestock2010-09-081-14/+17
|
* refactor + manpages updateAlexandru Scvortov2010-09-081-10/+13
|
* better formattingAlexandru Scvortov2010-09-081-28/+20
|
* rename functionsAlexandru Scvortov2010-09-081-23/+23
|
* add support for rdn setsAlexandru Scvortov2010-09-081-1/+6
|
* refactoringAlexandru Scvortov2010-09-081-44/+18
|