Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | Emergency knfectomie requested by tedu@. | jsing | 2014-05-08 | 1 | -217/+261 |
| | |||||
* | When I grow up, I want to write workaround for long long multiplications | miod | 2014-04-23 | 1 | -15/+0 |
| | | | | under __TANDEM systems and compilers, using hardcoded octal numbers. NOT. | ||||
* | Lacking a proof that--for this implementation--exposure of Montgomery | guenther | 2014-04-19 | 1 | -3/+3 |
| | | | | | | | | multiplication or RSA blinding parameters doesn't permit retroactive timing analysis of the secrets, we'll do the stupidly cheap thing and cleanse them before freeing them. ok deraadt@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | sthen | 2014-04-14 | 1 | -1/+1 |
| | | | | makes sense to beck@ | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -87/+29 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -217/+52 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -33/+344 |
| | |||||
* | http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadt | markus | 2007-08-21 | 1 | -13/+65 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -0/+20 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 1 | -3/+3 |
| | | | | correctly autogenerate obj_mac.h | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -30/+33 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -12/+19 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -3/+4 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -191/+122 |
| | | | | | | *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 | -170/+271 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+306 |
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. |