summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* KNFmiod2014-05-178-1274/+1332
* simple reallocarray to check multiplies. ok guenthertedu2014-05-171-6/+4
* no no md2tedu2014-05-173-9/+0
* no no seedtedu2014-05-172-17/+0
* switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen2014-05-171-1/+1
* When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,jsing2014-05-164-96/+16
* Fix memory leaks upon failure.miod2014-05-152-27/+39
* Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() andmiod2014-05-153-25/+73
* More KNF.jsing2014-05-154-7/+7
* Use C99 initialisers for the AEAD struct.jsing2014-05-151-9/+9
* KNF.jsing2014-05-151-70/+67
* Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adamjsing2014-05-154-2/+274
* KNF.jsing2014-05-155-283/+343
* Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADjsing2014-05-156-35/+551
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-159-22/+2
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-144-1/+354
* Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to usemiod2014-05-122-116/+0
* Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() andmiod2014-05-123-0/+215
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-125-340/+5
* More KNF.jsing2014-05-115-16/+27
* KNF.jsing2014-05-112-322/+287
* __bounded => __attribute__((__bounded__djm2014-05-101-5/+5
* Typo in C99 field initializer introduced in r1.3;miod2014-05-091-1/+1
* Replace Apache v2 license with ISC license.matthew2014-05-094-50/+50
* Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT.miod2014-05-081-17/+7
* More KNF.jsing2014-05-0811-45/+94
* KNF.jsing2014-05-0812-308/+383
* Remove KSSL debug code.jsing2014-05-081-21/+0
* KNF.jsing2014-05-087-912/+917
* Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thingjsing2014-05-082-18/+0
* KNF.jsing2014-05-0816-1499/+1544
* knfectomie.jsing2014-05-081-653/+818
* Emergency knfectomie requested by tedu@.jsing2014-05-0830-6133/+6618
* kill some more VMS ifdefsgiovanni2014-05-084-16/+0
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-079-35/+26
* don't free memory unless we allocated it.tedu2014-05-071-2/+4
* with the first bug it uncovered fixed, clear all bignums again.tedu2014-05-071-17/+9
* in BN_clear_free, don't cleanse the data if the static data flag is set.tedu2014-05-071-3/+2
* KNF.jsing2014-05-0714-944/+984
* revert, thanks sthentedu2014-05-071-9/+17
* add additional includes from eng_cryptodev.cjsg2014-05-071-0/+5
* miod forgot about fcrypt_b.c being needed, before he went off to get hisderaadt2014-05-072-2/+4
* Assorted cleanups:miod2014-05-061-14/+4
* Remove broken-by-design testmiod2014-05-061-95/+0
* Make sure PKCS7_get_octet_string() return values are checked for NULL.miod2014-05-061-2/+10
* Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makemiod2014-05-064-136/+166
* knf approximationtedu2014-05-0624-8619/+9136
* inspired by a cloudflare diff, cleanse old memory when expanding a bignum.tedu2014-05-051-17/+9
* Sort and group includes.jsing2014-05-052-10/+11
* Repair BIO_socket_nbio operation.jsing2014-05-051-2/+3