| Commit message (Expand) | Author | Files | Lines |
2014-05-17 | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | sthen | 5 | -5/+5 |
2014-05-16 | update NAME and MLINKS for previous; | jmc | 2 | -5/+7 |
2014-05-16 | document crypt_checkpass | tedu | 1 | -1/+14 |
2014-05-16 | Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). | jsing | 1 | -0/+1 |
2014-05-16 | Fix various issues that result in compiler warnings. | jsing | 1 | -13/+14 |
2014-05-16 | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | jsing | 7 | -190/+30 |
2014-05-16 | use $2b in the bcrypt example, ok tedu | sthen | 1 | -3/+3 |
2014-05-15 | Fix memory leaks upon failure. | miod | 4 | -54/+78 |
2014-05-15 | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | miod | 6 | -50/+146 |
2014-05-15 | No longer make pqueue.h a public (and installed) header file. Replace its | miod | 7 | -6/+12 |
2014-05-15 | Get pqueue.h from the libssl sources rather than relying upon it being | miod | 2 | -2/+4 |
2014-05-15 | More KNF. | jsing | 8 | -14/+14 |
2014-05-15 | Add additional chacha20-poly1305 test vectors. | jsing | 2 | -10/+620 |
2014-05-15 | Use C99 initialisers for the AEAD struct. | jsing | 2 | -18/+18 |
2014-05-15 | Add chacha20-poly1305 test vector to regress. | jsing | 2 | -5/+24 |
2014-05-15 | KNF. | jsing | 2 | -140/+134 |
2014-05-15 | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | jsing | 7 | -2/+546 |
2014-05-15 | KNF. | jsing | 12 | -613/+736 |
2014-05-15 | Add a regress test for AEAD, based on Adam Langley's code. | jsing | 3 | -0/+413 |
2014-05-15 | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | jsing | 11 | -68/+1100 |
2014-05-15 | Stop being a dummy... presumably these are left overs from pedantic mode | jsing | 18 | -44/+4 |
2014-05-14 | stop flushing streams in abort(). it's hackish and unsafe, and no longer | tedu | 2 | -21/+13 |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | jsing | 10 | -2/+877 |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 5 | -366/+0 |
2014-05-12 | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | miod | 6 | -0/+430 |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 12 | -62/+40 |
2014-05-12 | remove md5crypt. | tedu | 5 | -195/+65 |
2014-05-12 | change to having four freelists per size, to reduce another source of | tedu | 1 | -16/+20 |
2014-05-11 | More KNF. | jsing | 10 | -32/+54 |
2014-05-11 | KNF. | jsing | 4 | -644/+574 |
2014-05-10 | fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default | otto | 1 | -2/+2 |
2014-05-10 | __bounded => __attribute__((__bounded__ | djm | 2 | -10/+10 |
2014-05-09 | Typo in C99 field initializer introduced in r1.3; | miod | 2 | -2/+2 |
2014-05-09 | Replace Apache v2 license with ISC license. | matthew | 8 | -100/+100 |
2014-05-09 | Add a bit more detail about dot notation from the old inet(3) manpage. | guenther | 1 | -3/+11 |
2014-05-08 | move reallocarray() to a seperate file so that -portable applications | deraadt | 3 | -18/+46 |
2014-05-08 | Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. | miod | 2 | -34/+14 |
2014-05-08 | More KNF. | jsing | 22 | -90/+188 |
2014-05-08 | KNF. | jsing | 24 | -616/+766 |
2014-05-08 | Remove KSSL debug code. | jsing | 2 | -42/+0 |
2014-05-08 | KNF. | jsing | 14 | -1824/+1834 |
2014-05-08 | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing | jsing | 4 | -36/+0 |
2014-05-08 | KNF. | jsing | 32 | -2998/+3088 |
2014-05-08 | knfectomie. | jsing | 2 | -1306/+1636 |
2014-05-08 | Emergency knfectomie requested by tedu@. | jsing | 60 | -12266/+13236 |
2014-05-08 | kill some more VMS ifdefs | giovanni | 8 | -32/+0 |
2014-05-07 | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | miod | 18 | -70/+52 |
2014-05-07 | less than jpake | tedu | 4 | -317/+4 |
2014-05-07 | don't free memory unless we allocated it. | tedu | 2 | -4/+8 |
2014-05-07 | with the first bug it uncovered fixed, clear all bignums again. | tedu | 2 | -34/+18 |