summaryrefslogtreecommitdiff
path: root/src/rabbit_ssl.erl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* reformat time rangeAlexandru Scvortov2010-09-081-4/+5
|
* refactoringAlexandru Scvortov2010-09-081-33/+39
| | | | | | Cleaned up the rabbit_ssl API a bit: the only exported functions are ssl_{issuer,subject,validity}, each of which takes a socket and returns a string.
* 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
| | | | | Also, flatten the output of rabbit_ssl:format_ssl_subject/1 so that the info formatting in rabbit_control picks up that it's a string.
* 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