summaryrefslogtreecommitdiff
path: root/src/rabbit_ssl.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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.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
* 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 instead;...John DeTreville2010-11-101-6/+3
* | | Merged from defaultSimon MacMullen2010-11-161-2/+2
|\ \ \ | | |/ | |/|
| * | document obscure case clauseMatthias Radestock2010-11-061-2/+2
| |/
* | 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 po...bug22902Matthew Sackman2010-10-011-1/+1
* 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
* 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
* reformat time rangeAlexandru Scvortov2010-09-081-4/+5
* refactoringAlexandru Scvortov2010-09-081-33/+39
* better error handlingAlexandru Scvortov2010-09-081-2/+6
* moved certificate decoding to rabbit_sslAlexandru Scvortov2010-09-081-14/+21
* merge default into bug22902Alexandru Scvortov2010-09-081-4/+5
* cosmeticAlexandru Scvortov2010-09-071-1/+1
* more RDNs + refactoringAlexandru Scvortov2010-09-071-16/+45
* moved ssl functions to a separate module + refactorAlexandru Scvortov2010-09-071-0/+164