| Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-07 | in BN_clear_free, don't cleanse the data if the static data flag is set. | tedu | 2 | -6/+4 |
2014-05-07 | comment style fix | halex | 1 | -2/+3 |
2014-05-07 | KNF. | jsing | 28 | -1888/+1968 |
2014-05-07 | revert, thanks sthen | tedu | 2 | -18/+34 |
2014-05-07 | add additional includes from eng_cryptodev.c | jsg | 2 | -0/+10 |
2014-05-07 | miod forgot about fcrypt_b.c being needed, before he went off to get his | deraadt | 2 | -2/+4 |
2014-05-06 | small fix from mancha1. currently unused file, but no harm fixing it. | tedu | 1 | -1/+2 |
2014-05-06 | Make sure the stdout output is check, to confirm proper sorting. | miod | 3 | -1/+10 |
2014-05-06 | Assorted cleanups: | miod | 2 | -28/+8 |
2014-05-06 | Add a fixed (read: non-SIGSEGV'ing) pq_test. | miod | 3 | -1/+111 |
2014-05-06 | Remove broken-by-design test | miod | 2 | -190/+0 |
2014-05-06 | Make sure PKCS7_get_octet_string() return values are checked for NULL. | miod | 2 | -4/+20 |
2014-05-06 | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make | miod | 4 | -136/+166 |
2014-05-06 | missing NULL checks to see if init is needed. found hard way by deraadt. | tedu | 1 | -3/+3 |