Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() and | jsing | 2018-02-17 | 1 | -9/+47 |
| | | | | HMAC_CTX_get_md(). | ||||
* | Ensure MD and key initialized before processing HMAC | inoguchi | 2017-03-03 | 1 | -4/+18 |
| | | | | | | | | Ensure both MD and key have been initialized before processing HMAC. Releasing HMAC_CTX in error path of HMAC(). In regress test, added test 4,5,6 and cleaned up the code. ok jsing@ | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -4/+3 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Replace assert() and OPENSSL_assert() calls with proper error return paths. | miod | 2015-02-10 | 1 | -4/+11 |
| | | | | Careful review, feedback & ok doug@ jsing@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+3 |
| | | | | | | | | 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@ | ||||
* | More KNF. | jsing | 2014-06-21 | 1 | -14/+15 |
| | |||||
* | KNF | miod | 2014-06-21 | 1 | -82/+84 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -37/+0 |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+37 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -3/+0 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -28/+62 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+3 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -0/+7 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -15/+5 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -9/+3 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+16 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -0/+3 |
| | |||||
* | undo local change, HMAC_Init() already does HMAC_CTX_init if(key && md) | markus | 2002-09-17 | 1 | -1/+0 |
| | |||||
* | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) | markus | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -16/+35 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -1/+3 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -2/+2 |
| | | | | | | *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 | -24/+9 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+165 |
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. |