| Commit message (Expand) | Author | Age | Files | Lines |
| * | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 5 | -16/+11 |
| * | OPENSSL_ALGORITHM_DEFINES has been removed from conf.h, no need for it now | tedu | 2014-07-11 | 1 | -8/+2 |
| * | Fix copy for CCM, GCM and XTS. | miod | 2014-07-11 | 1 | -12/+70 |
| * | In EVP_PBE_alg_add don't use the underlying NID for the cipher | miod | 2014-07-11 | 1 | -2/+2 |
| * | Missing initialization; OpenSSL PR#3289 and #3345 via OpenSSL trunk. | miod | 2014-07-11 | 1 | -2/+3 |
| * | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 47 | -155/+157 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 40 | -53/+155 |
| * | Kill a blatantly outdated (and now wrong) comment | miod | 2014-07-10 | 1 | -4/+1 |
| * | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 14 | -17/+45 |
| * | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
| * | Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it | miod | 2014-06-24 | 2 | -627/+1 |
| * | Switch to the ISC licensed versions of these files, which Google has made | jsing | 2014-06-21 | 2 | -101/+26 |
| * | free iv, then cleanse. from Cyril Jouve | tedu | 2014-06-15 | 1 | -2/+2 |
| * | Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 rather | jsing | 2014-06-15 | 1 | -9/+4 |
| * | Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init() | jsing | 2014-06-15 | 1 | -6/+2 |
| * | Add missing OPENSSL_cleanse() in aead_aes_gcm_cleanup(). | jsing | 2014-06-15 | 1 | -1/+2 |
| * | The OPENSSL_cleanse() in aes_gcm_cleanup() only cleans the gcm field of the | jsing | 2014-06-15 | 1 | -2/+2 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 60 | -54/+60 |
| * | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 2 | -2/+2 |
| * | Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives | deraadt | 2014-06-10 | 1 | -3/+0 |
| * | Use C99 initialisers for EVP_MD structs, for clarity, grepability and to | jsing | 2014-06-10 | 11 | -180/+266 |
| * | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 2 | -35/+0 |
| * | malloc() result does not need a cast. | deraadt | 2014-06-07 | 5 | -5/+5 |
| * | remove CONST_STRICT. ok beck deraadt | tedu | 2014-05-30 | 1 | -5/+1 |
| * | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -2/+1 |
| * | Implement an improved version of the EVP AEAD API. The | jsing | 2014-05-26 | 5 | -106/+109 |
| * | calloc instead of malloc/memset. from Benjamin Baier | tedu | 2014-05-25 | 1 | -3/+1 |
| * | Convert OPENSSL_malloc stuff back to intrinsics, a few were missed | beck | 2014-05-22 | 2 | -4/+4 |
| * | no no md2 | tedu | 2014-05-17 | 1 | -3/+0 |
| * | no no seed | tedu | 2014-05-17 | 2 | -17/+0 |
| * | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | jsing | 2014-05-16 | 3 | -94/+14 |
| * | More KNF. | jsing | 2014-05-15 | 4 | -7/+7 |
| * | Use C99 initialisers for the AEAD struct. | jsing | 2014-05-15 | 1 | -9/+9 |
| * | KNF. | jsing | 2014-05-15 | 1 | -70/+67 |
| * | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | jsing | 2014-05-15 | 3 | -0/+272 |
| * | KNF. | jsing | 2014-05-15 | 2 | -74/+75 |
| * | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | jsing | 2014-05-15 | 5 | -33/+549 |
| * | Stop being a dummy... presumably these are left overs from pedantic mode | jsing | 2014-05-15 | 1 | -3/+1 |
| * | More KNF. | jsing | 2014-05-11 | 5 | -16/+27 |
| * | KNF. | jsing | 2014-05-11 | 2 | -322/+287 |
| * | More KNF. | jsing | 2014-05-08 | 11 | -45/+94 |
| * | KNF. | jsing | 2014-05-08 | 12 | -308/+383 |
| * | Remove KSSL debug code. | jsing | 2014-05-08 | 1 | -21/+0 |
| * | KNF. | jsing | 2014-05-08 | 7 | -912/+917 |
| * | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing | jsing | 2014-05-08 | 2 | -18/+0 |
| * | KNF. | jsing | 2014-05-08 | 16 | -1499/+1544 |
| * | KNF. | jsing | 2014-05-07 | 14 | -944/+984 |
| * | Add checks for invalid base64 encoded data, specifically relating to the | jsing | 2014-05-03 | 1 | -0/+12 |
| * | It is definitly not the correct spelling. | jsing | 2014-05-03 | 1 | -2/+2 |
| * | KNF. | jsing | 2014-05-03 | 4 | -932/+910 |