summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/tls_srp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-516/+0
| | | | | all on their own and we can't effectively maintain them without using them, which we don't. If the need arises, the code can be resurrected.
* More KNF.jsing2014-04-191-14/+19
|
* More KNF and style consistency tweaksguenther2014-04-191-8/+8
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-8/+8
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* add back SRP. i was being too greedy.tedu2014-04-161-0/+511
|
* disentangle SRP code from TLStedu2014-04-161-511/+0
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-192/+196
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+2
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+506