summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-05-08kill some more VMS ifdefsgiovanni8-32/+0
2014-05-07Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod18-70/+52
2014-05-07less than jpaketedu4-317/+4
2014-05-07don't free memory unless we allocated it.tedu2-4/+8
2014-05-07with the first bug it uncovered fixed, clear all bignums again.tedu2-34/+18
2014-05-07in BN_clear_free, don't cleanse the data if the static data flag is set.tedu2-6/+4
2014-05-07comment style fixhalex1-2/+3
2014-05-07KNF.jsing28-1888/+1968
2014-05-07revert, thanks sthentedu2-18/+34
2014-05-07add additional includes from eng_cryptodev.cjsg2-0/+10
2014-05-07miod forgot about fcrypt_b.c being needed, before he went off to get hisderaadt2-2/+4
2014-05-06small fix from mancha1. currently unused file, but no harm fixing it.tedu1-1/+2
2014-05-06Make sure the stdout output is check, to confirm proper sorting.miod3-1/+10
2014-05-06Assorted cleanups:miod2-28/+8
2014-05-06Add a fixed (read: non-SIGSEGV'ing) pq_test.miod3-1/+111
2014-05-06Remove broken-by-design testmiod2-190/+0
2014-05-06Make sure PKCS7_get_octet_string() return values are checked for NULL.miod2-4/+20
2014-05-06Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makemiod4-136/+166
2014-05-06missing NULL checks to see if init is needed. found hard way by deraadt.tedu1-3/+3