Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More KNF. | 2014-04-21 | 4 | -8/+8 | ||
| | ||||||
* | KNF. | 2014-04-21 | 14 | -1570/+1612 | ||
| | ||||||
* | Restore beck's rev 1.7: snprintf() was reviewed. | 2014-04-20 | 1 | -2/+4 | ||
| | | | | Also, use sizeof() for snprintf()'s size argument | |||||
* | 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@ | |||||
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | 2014-04-19 | 1 | -6/+6 | ||
| | | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | |||||
* | fix some of the leaks | 2014-04-17 | 1 | -1/+3 | ||
| | | | | ok miod@ looks good deraadt@ | |||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 7 | -43/+43 | ||
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||||
* | Do not feed RSA private key information to the random subsystem as | 2014-04-17 | 1 | -1/+0 | ||
| | | | | | | | | entropy. It might be fed to a pluggable random subsystem.... What were they thinking?! ok guenther | |||||
* | we don't use these files for building | 2014-04-15 | 1 | -78/+0 | ||
| | ||||||
* | remove FIPS mode support. people who require FIPS can buy something that | 2014-04-15 | 1 | -157/+0 | ||
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | |||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | 2014-04-15 | 1 | -15/+0 | ||
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | |||||
* | 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@ | |||||
* | remove auto-generated dependencies from the old unused build system, so | 2014-04-14 | 1 | -180/+0 | ||
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | |||||
* | Cope with the removal of openssl/symhacks.h | 2014-04-13 | 1 | -2/+0 | ||
| | ||||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | 2014-04-13 | 4 | -12/+183 | ||
| | ||||||
* | import OpenSSL-1.0.1c | 2012-10-13 | 1 | -23/+35 | ||
| | ||||||
* | openssl-1.0.0e: resolve conflicts | 2011-11-03 | 1 | -2/+0 | ||
| | ||||||
* | import OpenSSL 1.0.0e | 2011-11-03 | 1 | -7/+3 | ||
| | ||||||
* | resolve conflicts, fix local changes | 2010-10-01 | 10 | -767/+299 | ||
| | ||||||
* | import OpenSSL-1.0.0a | 2010-10-01 | 2 | -63/+1018 | ||
| | ||||||
* | resolve conflicts | 2009-04-06 | 1 | -0/+4 | ||
| | ||||||
* | resolve conflicts | 2009-01-09 | 4 | -1/+179 | ||
| | ||||||
* | import openssl-0.9.8j | 2009-01-09 | 2 | -66/+70 | ||
| | ||||||
* | resolve conflicts | 2008-09-06 | 8 | -198/+338 | ||
| | ||||||
* | import of OpenSSL 0.9.8h | 2008-09-06 | 3 | -209/+117 | ||
| | ||||||
* | resolve conflicts | 2006-06-27 | 1 | -42/+46 | ||
| | ||||||
* | import of openssl-0.9.7j | 2006-06-27 | 1 | -1/+1 | ||
| | ||||||
* | resolve conflicts | 2005-04-29 | 3 | -5/+130 | ||
| | ||||||
* | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | 2005-04-29 | 1 | -0/+335 | ||
| | ||||||
* | merge 0.9.7d | 2004-04-08 | 2 | -8/+15 | ||
| | ||||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 5 | -18/+25 | ||
| | ||||||
* | import 0.9.7b (without idea and rc5) | 2003-05-11 | 1 | -1/+1 | ||
| | ||||||
* | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | 2003-04-03 | 1 | -6/+8 | ||
| | ||||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | 2002-09-14 | 1 | -2/+5 | ||
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | 2002-09-10 | 2 | -77/+165 | ||
| | ||||||
* | execute bourne shell scripts with 'sh' and not with $SHELL | 2002-09-04 | 1 | -1/+1 | ||
| | ||||||
* | Merge OpenSSL 0.9.7-stable-20020605, | 2002-06-07 | 1 | -0/+1 | ||
| | | | | correctly autogenerate obj_mac.h | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 13 | -406/+851 | ||
| | ||||||
* | openssl-engine-0.9.6a merge | 2001-06-22 | 2 | -2/+3 | ||
| | ||||||
* | openssl-engine-0.9.6 merge | 2000-12-15 | 7 | -70/+97 | ||
| | ||||||
* | OpenSSL 0.9.5a merge | 2000-04-15 | 2 | -2/+3 | ||
| | ||||||
* | OpenSSL 0.9.5 merge | 2000-03-19 | 6 | -33/+341 | ||
| | | | | | | *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 | |||||
* | do not assume shell scripts are +x; d | 1999-11-23 | 1 | -1/+1 | ||
| | ||||||
* | OpenSSL 0.9.4 merge | 1999-09-29 | 12 | -1657/+789 | ||
| | ||||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 13 | -0/+3455 | ||
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. |