Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -6/+4 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | jsing | 2017-01-21 | 1 | -3/+19 |
| | | | | No change to generated assembly excluding line numbers. | ||||
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -4/+1 |
| | | | | 15 years. | ||||
* | Check the result of sk_*_push() operations for failure. | miod | 2014-10-28 | 1 | -3/+9 |
| | | | | ok doug@ jsing@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 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 | jsing | 2014-07-10 | 1 | -2/+4 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | nuke unused test programs; ok jsing | deraadt | 2014-06-22 | 1 | -32/+1 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Change the actual default for returned asn1 strings to be utf8 in the code, | beck | 2014-05-31 | 1 | -1/+1 |
| | | | | | | | rather than only in the config file, to trip people up later. Found, and fix pleaded for by <spider@skuggor.se> who apparently spent hours chasing it down. ok miod@ | ||||
* | More KNF. | jsing | 2014-04-19 | 1 | -72/+103 |
| | |||||
* | lob a few more knf grenades in here to soften things up. | tedu | 2014-04-18 | 1 | -14/+12 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -9/+9 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -1/+4 |
| | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -0/+35 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -3/+5 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -8/+11 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -0/+247 |
*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 |