Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the libssl/src directory | 2016-09-03 | 1 | -449/+0 | |
| | |||||
* | X509_VERIFY_PARAM_set1_name(): if invoked with NULL as the second | 2014-09-29 | 1 | -1/+2 | |
| | | | | | parameter, correctly set param->name to NULL after having freed it. ok bcook@ | ||||
* | Kill a bunch more BUF_strdup's - these are converted to have a check for | 2014-07-22 | 1 | -2/+4 | |
| | | | | | NULL before an intrinsic strdup. ok miod@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | 2014-07-11 | 1 | -3/+2 | |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | 2014-07-10 | 1 | -1/+2 | |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | no need for null check before free. from Brendan MacDonell | 2014-05-30 | 1 | -2/+1 | |
| | |||||
* | calloc instead of malloc/memset. from Benjamin Baier | 2014-05-25 | 1 | -2/+1 | |
| | |||||
* | KNF. | 2014-04-20 | 1 | -75/+96 | |
| | |||||
* | blunt force knf | 2014-04-18 | 1 | -73/+62 | |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -3/+3 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | import OpenSSL-1.0.0a | 2010-10-01 | 1 | -10/+18 | |
| | |||||
* | import of OpenSSL 0.9.8k | 2009-04-06 | 1 | -3/+13 | |
| | |||||
* | import openssl-0.9.8j | 2009-01-09 | 1 | -1/+1 | |
| | |||||
* | import of OpenSSL 0.9.8h | 2008-09-06 | 1 | -0/+420 | |