Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_5_8'.libressl-v2.2.2 | cvs2svn | 2015-08-02 | 1 | -403/+0 |
| | |||||
* | Previous fix (1.12) would cause a NULL pointer dereference in the error path | miod | 2014-09-29 | 1 | -4/+3 |
| | | | | | if a NULL stack was passed as argument. Fix this by returning NULL early in that case. | ||||
* | X509at_add1_attr(): do not free stuff we did not allocate in the error path. | miod | 2014-09-26 | 1 | -3/+3 |
| | | | | ok tedu@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 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@ | ||||
* | Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data(). | miod | 2014-07-03 | 1 | -2/+3 |
| | | | | ok logan@ beck@ | ||||
* | Fix a memory leak and another one that occurs in the error paths. | logan | 2014-06-28 | 1 | -2/+6 |
| | | | | | | | (Thanks to Brent Cook) OK from tedu@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 1 | -1/+1 |
| | | | | | | | | This avoids a lot of ugly gymnastics to do snprintfs before sending the bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c where it was being called with the incorrect number of arguments and using random things off the stack as addresses of strings. ok krw@, jsing@ | ||||
* | KNF. | jsing | 2014-04-20 | 1 | -114/+163 |
| | |||||
* | blunt force knf | tedu | 2014-04-18 | 1 | -26/+16 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -3/+9 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -9/+36 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -13/+13 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -0/+326 |
*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 |