Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() | miod | 2014-07-09 | 1 | -6/+1 |
| | | | | | | | | internal interfaces, and promoting them to being the public AES_set_{enc,dec}rypt_key() interfaces. In non-FIPS mode, these public interfaces were directly calling the private ones. ok guenther@ jsing@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 2014-05-12 | 1 | -4/+0 |
| | | | | | | | | | | | | | two keys and four IVs to do much magic, is specified as such with test vectors, but the implementation actually always uses the first key, and the test vectors were computed with it, so they are wrong. Fixing the code to match the intended specification would break interoperability with existing code (assuming such code would exist), so it is better to remove this interface, which is obviously too complex for mere mortals if even its author can not implement it correctly. Riding on the libcrypto major bump. | ||||
* | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller | miod | 2014-04-22 | 1 | -4/+0 |
| | | | | than 32 bits. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -36/+28 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+5 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -17/+11 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+4 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -5/+22 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+15 |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -1/+1 |
| | | | | | 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 | -3/+6 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+109 |