summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-15More KNF.Joel Sing
2014-05-15Use C99 initialisers for the AEAD struct.Joel Sing
2014-05-15KNF.Joel Sing
2014-05-15Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from AdamJoel Sing
2014-05-15KNF.Joel Sing
2014-05-15KNF.Joel Sing
2014-05-15KNF.Joel Sing
2014-05-15Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADJoel Sing
2014-05-15Stop being a dummy... presumably these are left overs from pedantic modeJoel Sing
2014-05-14Add poly1305 to libcrypto utilising Andrew Moon's public domainJoel Sing
2014-05-12Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to useMiod Vallat
2014-05-12Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() andMiod Vallat
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listMiod Vallat
2014-05-11More KNF.Joel Sing
2014-05-11KNF.Joel Sing
2014-05-10__bounded => __attribute__((__bounded__Damien Miller
2014-05-09Typo in C99 field initializer introduced in r1.3;Miod Vallat
2014-05-09Replace Apache v2 license with ISC license.Matthew Dempsky
2014-05-08Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT.Miod Vallat
2014-05-08More KNF.Joel Sing
2014-05-08KNF.Joel Sing
2014-05-08Remove KSSL debug code.Joel Sing
2014-05-08KNF.Joel Sing
2014-05-08Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thingJoel Sing
2014-05-08KNF.Joel Sing
2014-05-08knfectomie.Joel Sing
2014-05-08Emergency knfectomie requested by tedu@.Joel Sing
2014-05-08kill some more VMS ifdefsGiovanni Bechis
2014-05-07Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, ratherMiod Vallat
2014-05-07don't free memory unless we allocated it.Ted Unangst
2014-05-07with the first bug it uncovered fixed, clear all bignums again.Ted Unangst
2014-05-07in BN_clear_free, don't cleanse the data if the static data flag is set.Ted Unangst
2014-05-07KNF.Joel Sing
2014-05-07KNF.Joel Sing
2014-05-07revert, thanks sthenTed Unangst
2014-05-07add additional includes from eng_cryptodev.cJonathan Gray
2014-05-07miod forgot about fcrypt_b.c being needed, before he went off to get hisTheo de Raadt
2014-05-06Assorted cleanups:Miod Vallat
2014-05-06Remove broken-by-design testMiod Vallat
2014-05-06Make sure PKCS7_get_octet_string() return values are checked for NULL.Miod Vallat
2014-05-06Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to makeMiod Vallat
2014-05-06knf approximationTed Unangst
2014-05-05inspired by a cloudflare diff, cleanse old memory when expanding a bignum.Ted Unangst
2014-05-05Sort and group includes.Joel Sing
2014-05-05Repair BIO_socket_nbio operation.Joel Sing
2014-05-05Remove SRP and Kerberos support from libssl. These are complex protocolsTed Unangst
2014-05-05Enable assembler code for DES. Assembler code for BN is commented out as itMiod Vallat
2014-05-04Improve line wrapping for lines exceeding 80 chars.Jim Razmus II
2014-05-04Remove trailing whitespace.Jim Razmus II
2014-05-04i give up. reuse problem is unfixable. dlg says puppet crashes.Ted Unangst