Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | No OPENSSL_SYS_WINDOWS wanted. | jsing | 2014-05-24 | 1 | -3/+0 |
| | | | | ok miod@ | ||||
* | add ERR_asprintf_error_data, A tool to be used to get rid of the far too | beck | 2014-04-24 | 1 | -25/+25 |
| | | | | | | | | | frequent construct of 30 lines of pointer and strlcat insanity followed by an ERR_add_error_data. I will sweep through here like a chubby mongol horde in the next few days pillaging crappy ERR_add_error_data's. Oh and while we're at it fix the nasty vdata function to use something less hard on the eyes. ok jsing@ | ||||
* | KNF. | jsing | 2014-04-21 | 1 | -486/+516 |
| | |||||
* | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | guenther | 2014-04-20 | 1 | -11/+18 |
| | | | | | | | APIs that pass times as longs will have to change at some point... Bump major on both libcrypto and libssl. ok tedu@ | ||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -4/+4 |
| | | | | | | 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 | beck | 2014-04-19 | 1 | -1/+1 |
| | | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | ||||
* | Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers | beck | 2014-04-18 | 1 | -19/+0 |
| | | | | | | | | they had resorted to manually protyping read(2) instead of incredible amount of preprocessor wizardry needed to find the ever illusive <unistd.h>. Let's just include <unistd.h> and we don't need to do this.. While we're at it flense out _OSD_POSIX and __DGJPP__ cruft. ok krw@ | ||||
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -11/+1 |
| | | | | ok miod | ||||
* | 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 | ||||
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 1 | -2/+1 |
| | | | | | | | 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 | beck | 2014-04-15 | 1 | -4/+4 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | Remove various horrible socket syscall wrappers, especially SHUTDOWN* | deraadt | 2014-04-13 | 1 | -1/+1 |
| | | | | | | which did shutdown + close, all nasty and surprising. Use the raw syscalls that everyone knows the behaviour of. ok beck matthew | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -5/+8 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -35/+754 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -748/+34 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -0/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -18/+68 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -2/+4 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+2 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -1/+1 |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -1/+41 |
| | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -0/+2 |
| | |||||
* | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | ho | 2003-04-03 | 1 | -1/+1 |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -0/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -192/+423 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -7/+13 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -53/+101 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -1/+105 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -10/+10 |
| | | | | | | *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 | -92/+93 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+642 |
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. |