Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the libssl/src directory | 2016-09-03 | 1 | -671/+0 | |
| | |||||
* | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | 2015-09-30 | 1 | -3/+3 | |
| | | | | with one s/M_ASN1_VISIBLESTRING_new/ASN1_VISIBLESTRING_new/. | ||||
* | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | 2015-07-29 | 1 | -18/+43 | |
| | | | | reasons) - only change in generated assembly is due to line numbering. | ||||
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | 2015-07-29 | 1 | -2/+2 | |
| | | | | | | assembly. ok bcook@ | ||||
* | Check the result of sk_*_push() operations for failure. | 2014-10-28 | 1 | -9/+18 | |
| | | | | ok doug@ jsing@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | 2014-07-11 | 1 | -2/+2 | |
| | | | | | | | | 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@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | 2014-07-10 | 1 | -1/+3 | |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | 2014-04-26 | 1 | -4/+4 | |
| | | | | | | | | 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. | 2014-04-21 | 1 | -249/+268 | |
| | |||||
* | Restore beck's (void)snprintf(): they were reviewed. | 2014-04-20 | 1 | -2/+2 | |
| | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | 2014-04-19 | 1 | -2/+2 | |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -2/+2 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Clean up dangerous strncpy use. This included a use where the resulting | 2014-04-16 | 1 | -4/+6 | |
| | | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@ | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | 2014-04-15 | 1 | -2/+2 | |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | resolve conflicts, fix local changes | 2010-10-01 | 1 | -54/+86 | |
| | |||||
* | resolve conflicts | 2009-01-09 | 1 | -2/+3 | |
| | |||||
* | remerge local tweaks, update per-arch configuration headers, update | 2008-09-06 | 1 | -2/+2 | |
| | | | | Makefiles, crank shlib_version | ||||
* | resolve conflicts | 2008-09-06 | 1 | -83/+206 | |
| | |||||
* | merge 0.9.7d | 2004-04-08 | 1 | -2/+2 | |
| | |||||
* | Trivial sprintf() -> snprintf() changes. ok deraadt@ | 2003-04-05 | 1 | -1/+2 | |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -28/+84 | |
| | |||||
* | openssl-engine-0.9.6a merge | 2001-06-22 | 1 | -1/+1 | |
| | |||||
* | openssl-engine-0.9.6 merge | 2000-12-15 | 1 | -3/+3 | |
| | |||||
* | OpenSSL 0.9.5 merge | 2000-03-19 | 1 | -5/+4 | |
| | | | | | | *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 | 1999-09-29 | 1 | -0/+402 | |