Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send the function codes from the error functions to the bit bucket, | 2017-01-29 | 1 | -20/+13 | |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Fix a short-read bug in the previous version of asn1_d2i_read_bio | 2016-05-20 | 1 | -26/+28 | |
| | | | | The outer while() loop is missing, so we only read up to chunk_max bytes. | ||||
* | be careful about consuming excessive memory by reading in chunks. | 2016-05-04 | 1 | -14/+37 | |
| | | | | CVE-2016-2109 from openssl. | ||||
* | revert the big change from yesterday to prepare for smaller commits. | 2016-05-04 | 1 | -37/+14 | |
| | |||||
* | patch from openssl for multiple issues: | 2016-05-03 | 1 | -14/+37 | |
| | | | | | | | missing padding check in aesni functions overflow in evp encode functions use of invalid negative asn.1 types ok beck | ||||
* | Don't include asn1_mac.h if all you need is asn1.h. | 2014-07-13 | 1 | -2/+2 | |
| | |||||
* | Only import cryptlib.h in the four source files that actually need it. | 2014-07-11 | 1 | -4/+5 | |
| | | | | | | | | 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 | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | 2014-05-29 | 1 | -4/+0 | |
| | | | | ok to firebomb from tedu@ | ||||
* | Initial KNF. | 2014-04-17 | 1 | -146/+134 | |
| | |||||
* | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow | 2012-04-19 | 1 | -14/+40 | |
| | | | | ok miod@ deraadt@ | ||||
* | resolve conflicts | 2008-09-06 | 1 | -17/+15 | |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 1 | -7/+17 | |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -6/+63 | |
| | |||||
* | OpenSSL 0.9.4 merge | 1999-09-29 | 1 | -12/+6 | |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 1 | -0/+201 | |
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. |