Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -0/+1 |
| | |||||
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 1 | -1/+2 |
| | | | | | | | | | potential integer overflows easily changed into an allocation return of NULL, with errno nicely set if need be. checks for an allocations returning NULL are commonplace, or if the object is dereferenced (quite normal) will result in a nice fault which can be detected & repaired properly. ok tedu | ||||
* | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the | jsing | 2014-05-25 | 1 | -13/+3 |
| | | | | | | crypto memory debugging code has been castrated. ok miod@ "kill it" beck@ | ||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+2 |
| | | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@ | ||||
* | KNF. | jsing | 2014-04-19 | 1 | -211/+210 |
| | |||||
* | a little less obfuscation | tedu | 2014-04-17 | 1 | -17/+2 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -7/+7 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -22/+25 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -3/+3 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -1/+6 |
| | |||||
* | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 1 | -0/+3 |
| | | | | correctly autogenerate obj_mac.h | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -26/+121 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -7/+8 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -42/+64 |
| | | | | | | *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/+243 |