Age | Commit message (Expand) | Author |
2014-05-17 | unchecked malloc() return value in OCSP_sendreq_new(). | Miod Vallat |
2014-05-17 | KNF | Miod Vallat |
2014-05-17 | simple reallocarray to check multiplies. ok guenther | Ted Unangst |
2014-05-17 | no no md2 | Ted Unangst |
2014-05-17 | no no seed | Ted Unangst |
2014-05-17 | deleted seed some time ago | Ted Unangst |
2014-05-17 | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | Stuart Henderson |
2014-05-16 | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | Joel Sing |
2014-05-15 | Fix memory leaks upon failure. | Miod Vallat |
2014-05-15 | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | Miod Vallat |
2014-05-15 | No longer make pqueue.h a public (and installed) header file. Replace its | Miod Vallat |
2014-05-15 | More KNF. | Joel Sing |
2014-05-15 | Use C99 initialisers for the AEAD struct. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | Joel Sing |
2014-05-15 | Stop being a dummy... presumably these are left overs from pedantic mode | Joel Sing |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-12 | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-11 | More KNF. | Joel Sing |
2014-05-11 | KNF. | Joel Sing |
2014-05-10 | __bounded => __attribute__((__bounded__ | Damien Miller |
2014-05-09 | Typo in C99 field initializer introduced in r1.3; | Miod Vallat |
2014-05-09 | Replace Apache v2 license with ISC license. | Matthew Dempsky |
2014-05-08 | Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. | Miod Vallat |
2014-05-08 | More KNF. | Joel Sing |
2014-05-08 | KNF. | Joel Sing |
2014-05-08 | Remove KSSL debug code. | Joel Sing |
2014-05-08 | KNF. | Joel Sing |
2014-05-08 | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing | Joel Sing |
2014-05-08 | KNF. | Joel Sing |
2014-05-08 | knfectomie. | Joel Sing |
2014-05-08 | Emergency knfectomie requested by tedu@. | Joel Sing |
2014-05-08 | kill some more VMS ifdefs | Giovanni Bechis |
2014-05-07 | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | Miod Vallat |
2014-05-07 | don't free memory unless we allocated it. | Ted Unangst |
2014-05-07 | with the first bug it uncovered fixed, clear all bignums again. | Ted Unangst |
2014-05-07 | in BN_clear_free, don't cleanse the data if the static data flag is set. | Ted Unangst |
2014-05-07 | KNF. | Joel Sing |
2014-05-07 | KNF. | Joel Sing |
2014-05-07 | revert, thanks sthen | Ted Unangst |
2014-05-07 | add additional includes from eng_cryptodev.c | Jonathan Gray |
2014-05-07 | miod forgot about fcrypt_b.c being needed, before he went off to get his | Theo de Raadt |
2014-05-06 | Assorted cleanups: | Miod Vallat |
2014-05-06 | Remove broken-by-design test | Miod Vallat |