summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-17no no md2tedu9-57/+0
2014-05-17no no seedtedu4-34/+0
2014-05-17deleted seed some time agotedu13-295/+0
2014-05-17Add missing header needed by isdigit().chl1-4/+5
2014-05-17refactor some of the des crypt code to use fewer globals.tedu2-42/+45
2014-05-17switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen5-5/+5
2014-05-16update NAME and MLINKS for previous;jmc2-5/+7
2014-05-16document crypt_checkpasstedu1-1/+14
2014-05-16Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().jsing1-0/+1
2014-05-16Fix various issues that result in compiler warnings.jsing1-13/+14
2014-05-16When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,jsing7-190/+30
2014-05-16use $2b in the bcrypt example, ok tedusthen1-3/+3
2014-05-15Fix memory leaks upon failure.miod4-54/+78
2014-05-15Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() andmiod6-50/+146
2014-05-15No longer make pqueue.h a public (and installed) header file. Replace itsmiod7-6/+12
2014-05-15Get pqueue.h from the libssl sources rather than relying upon it beingmiod2-2/+4
2014-05-15More KNF.jsing8-14/+14
2014-05-15Add additional chacha20-poly1305 test vectors.jsing2-10/+620
2014-05-15Use C99 initialisers for the AEAD struct.jsing2-18/+18
2014-05-15Add chacha20-poly1305 test vector to regress.jsing2-5/+24
2014-05-15KNF.jsing2-140/+134
2014-05-15Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adamjsing7-2/+546
2014-05-15KNF.jsing12-613/+736
2014-05-15Add a regress test for AEAD, based on Adam Langley's code.jsing3-0/+413
2014-05-15Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADjsing11-68/+1100
2014-05-15Stop being a dummy... presumably these are left overs from pedantic modejsing18-44/+4
2014-05-14stop flushing streams in abort(). it's hackish and unsafe, and no longertedu2-21/+13
2014-05-14Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing10-2/+877
2014-05-12Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to usemiod5-366/+0
2014-05-12Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() andmiod6-0/+430
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod12-62/+40
2014-05-12remove md5crypt.tedu5-195/+65
2014-05-12change to having four freelists per size, to reduce another source oftedu1-16/+20
2014-05-11More KNF.jsing10-32/+54
2014-05-11KNF.jsing4-644/+574
2014-05-10fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by defaultotto1-2/+2
2014-05-10__bounded => __attribute__((__bounded__djm2-10/+10
2014-05-09Typo in C99 field initializer introduced in r1.3;miod2-2/+2
2014-05-09Replace Apache v2 license with ISC license.matthew8-100/+100
2014-05-09Add a bit more detail about dot notation from the old inet(3) manpage.guenther1-3/+11
2014-05-08move reallocarray() to a seperate file so that -portable applicationsderaadt3-18/+46
2014-05-08Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT.miod2-34/+14
2014-05-08More KNF.jsing22-90/+188
2014-05-08KNF.jsing24-616/+766
2014-05-08Remove KSSL debug code.jsing2-42/+0
2014-05-08KNF.jsing14-1824/+1834
2014-05-08Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thingjsing4-36/+0
2014-05-08KNF.jsing32-2998/+3088
2014-05-08knfectomie.jsing2-1306/+1636
2014-05-08Emergency knfectomie requested by tedu@.jsing60-12266/+13236