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