Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove SRP and Kerberos support from libssl. These are complex protocols | 2014-05-05 | 1 | -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. | 2014-04-19 | 1 | -14/+19 | |
| | |||||
* | More KNF and style consistency tweaks | 2014-04-19 | 1 | -8/+8 | |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -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. | 2014-04-16 | 1 | -0/+511 | |
| | |||||
* | disentangle SRP code from TLS | 2014-04-16 | 1 | -511/+0 | |
| | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | 2014-04-14 | 1 | -192/+196 | |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Import OpenSSL 1.0.1g | 2014-04-13 | 1 | -1/+2 | |
| | |||||
* | import OpenSSL-1.0.1c | 2012-10-13 | 1 | -0/+506 | |