Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collapse the x509v3 directory into x509. | jsing | 2020-06-04 | 1 | -225/+0 |
| | | | | | | | This avoids the need to grep across directories to find functions and prepares for further rototilling and chainsawing. Discussed with tb@ (who also tested the release build) | ||||
* | Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments of | tb | 2018-05-19 | 1 | -3/+3 |
| | | | | | | | | X509V3_get_d2i() and X509V3_extensions_print(), and one to the 'title' argument of the latter function. tested in a bulk build by sthen ok jsing | ||||
* | Expand ASN1_ITEM_ref and ASN1_ITEM_ptr macros - no change in generated | jsing | 2016-12-30 | 1 | -3/+3 |
| | | | | | | | | assembly. Of particular interest is ASN1_ITEM_ptr which does nothing and resulted in code like: if (method->it) ASN1_ITEM_free(..., ASN1_ITEM_ptr(method->it)); | ||||
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 1 | -2/+2 |
| | | | | | | assembly. ok bcook@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+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@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | more: no need for null check before free | deraadt | 2014-05-30 | 1 | -2/+1 |
| | | | | ok tedu guenther | ||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -2/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | KNF. | jsing | 2014-05-26 | 1 | -72/+96 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -1/+1 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -30/+0 |
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -2/+3 |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -1/+1 |
| | | | | | 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 | -1/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -6/+74 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -6/+20 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -0/+16 |
| | | | | | | *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 | beck | 1999-09-29 | 1 | -0/+135 |