Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | instead of calling abort() for 3 "must not use anymore" interfaces, | deraadt | 2019-01-29 | 1 | -7/+4 |
| | | | | | | call OPENSSL_assert() with the specific message, which due to recent changes will end up syslog :) ok jsing | ||||
* | Let CRYPTO_mem_leaks{,_fp,_cb}() return -1. | tb | 2018-08-24 | 1 | -7/+7 |
| | | | | | | | | | These functions are no-ops. Their signature was changed by OpenSSL to allow error checking. This way we return an error and do not indicate the (non-)existence of memory leaks. tested in a bulk by sthen ok jsing | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions. | deraadt | 2014-05-30 | 1 | -3/+3 |
| | | | | | | | | But do use the abort(), which we are hoping all future vendors will move towards the more modern "do not flush streams"; hint hint, if you didn't do that already, there are grave risks because much software brings risk without that behaviour. We didn't cause the change.. POSIX did... ok beck | ||||
* | 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@ | ||||
* | Leftover includes and local declarations; from Gebruiker Schoot | miod | 2014-04-28 | 1 | -5/+0 |
| | |||||
* | More KNF. | jsing | 2014-04-20 | 1 | -12/+12 |
| | |||||
* | delete a few leftovers | tedu | 2014-04-16 | 1 | -5/+1 |
| | |||||
* | Make this byzantine horror a shell of it's former self by stubbing the | beck | 2014-04-16 | 1 | -660/+17 |
| | | | | | | | functions. The ability to set the debug mem functions died with mem.c, but some of the rest of this is still exposed API so we can't delete it.. yet... ok tedu@ | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -6/+6 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -331/+312 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -101/+157 |
| | |||||
* | convert a strdup (into a purpose-allocated buffer) in libcrypto to a | djm | 2009-01-12 | 1 | -2/+3 |
| | | | | memcpy to avoid linker deprecation warnings; pointed out by dkrause@ | ||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -3/+25 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -1/+9 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -8/+8 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -7/+17 |
| | |||||
* | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | ho | 2003-04-03 | 1 | -5/+7 |
| | |||||
* | Less strcpy/strcat/sprintf. tdeval@ ok. | ho | 2003-03-16 | 1 | -3/+4 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -31/+49 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -36/+62 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -37/+29 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -4/+39 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -0/+703 |
*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 |