Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand ASN1_ITEM_rptr macros - no change in generated assembly. | jsing | 2016-12-30 | 1 | -52/+52 |
| | |||||
* | Add X509_up_ref, from boring | beck | 2016-11-04 | 1 | -1/+8 |
| | | | | ok jsing@ | ||||
* | Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros to | jsing | 2015-10-13 | 1 | -19/+19 |
| | | | | | | ASN1_item_{d2i,i2d}_{bio,fp}() function calls. ok beck@ doug@ | ||||
* | Reorder functions for readability/consistency. | jsing | 2015-09-13 | 1 | -235/+228 |
| | |||||
* | Fix a number of issues relating to algorithms in signatures, Mostly | beck | 2015-01-28 | 1 | -1/+3 |
| | | | | | | from OpenSSL with a hint of boring and some things done here. Addresses CVE-2014-8275 for OpenSSL fully ok miod@ doug@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -7/+7 |
| | | | | | | | | 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@ | ||||
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+4 |
| | | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers. | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -18/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | More KNF. | jsing | 2014-04-19 | 1 | -13/+13 |
| | |||||
* | some KNF cleanup following the script | deraadt | 2014-04-17 | 1 | -60/+60 |
| | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -332/+417 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -0/+2 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+19 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -0/+1 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -7/+0 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -52/+85 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -140/+63 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -2/+36 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -3/+97 |
| | | | | | | *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 | -150/+122 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+465 |
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. |