Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | 2015-09-30 | 1 | -2/+2 | |
| | |||||
* | Correct spelling of OPENSSL_cleanse. | 2015-09-10 | 1 | -3/+3 | |
| | | | | ok miod@ | ||||
* | Drop stupid (int) casts for the arguments of malloc() and friends. This is | 2015-07-19 | 1 | -3/+3 | |
| | | | | | not 16-bit MS-DOS anymore. ok bcook@ tedu@ | ||||
* | if (x) FOO_free(x) -> FOO_free(x). | 2014-07-12 | 1 | -3/+2 | |
| | | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | 2014-07-11 | 1 | -3/+3 | |
| | | | | | | | | 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/+3 | |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | More KNF. | 2014-07-09 | 1 | -9/+9 | |
| | |||||
* | KNF | 2014-07-09 | 1 | -65/+63 | |
| | |||||
* | tags as requested by miod and tedu | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | malloc() result does not need a cast. | 2014-06-07 | 1 | -2/+2 | |
| | | | | ok miod | ||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -4/+4 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | resolve conflicts | 2008-09-06 | 1 | -1/+2 | |
| | |||||
* | resolve conflicts | 2005-04-29 | 1 | -2/+5 | |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 1 | -3/+3 | |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -6/+8 | |
| | |||||
* | openssl-engine-0.9.6 merge | 2000-12-15 | 1 | -4/+4 | |
| | |||||
* | OpenSSL 0.9.5 merge | 2000-03-19 | 1 | -1/+1 | |
| | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | OpenSSL 0.9.4 merge | 1999-09-29 | 1 | -18/+9 | |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 1 | -0/+153 | |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |