summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-22Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.Joel Sing
2014-05-22mark BIO_snprintf as deprecated, so warnings will be generated for it'sBob Beck
2014-05-22KNF.Joel Sing
2014-05-22KNF.Joel Sing
2014-05-22More KNF.Joel Sing
2014-05-22No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.Philip Guenther
2014-05-20KSSL is dead... nuke KSSL_DEBUG from orbit.Joel Sing
2014-05-20Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-bytePhilip Guenther
2014-05-19Fix several bounds checks in ssl_add_clienthello_tlsext() andMiod Vallat
2014-05-18If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',Miod Vallat
2014-05-18Make sure UTF8_getc() is invoked with the proper buffer size.Miod Vallat
2014-05-18Plug memory leaks upon error in OCSP_url_svcloc_new().Miod Vallat
2014-05-18In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.Miod Vallat
2014-05-18In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in caseMiod Vallat
2014-05-18In ssl3_send_certificate_request(), when adding the extra payload ifMiod Vallat
2014-05-18Make sure ssl3_setup_buffers() does not return upon error with a freedMiod Vallat
2014-05-18More KNF.Joel Sing
2014-05-18No need to check for NULL before invoking free(); use calloc() whenMiod Vallat
2014-05-17does sunos not have memmove? sorry, i guess sunos will not have libressl.Ted Unangst
2014-05-17unchecked malloc() return value in OCSP_sendreq_new().Miod Vallat
2014-05-17KNFMiod Vallat
2014-05-17simple reallocarray to check multiplies. ok guentherTed Unangst
2014-05-17no no md2Ted Unangst
2014-05-17no no seedTed Unangst
2014-05-17deleted seed some time agoTed Unangst
2014-05-17switch RSA key generation default to 2048 bits (matching ssh); ok miod@Stuart Henderson
2014-05-16When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,Joel Sing
2014-05-15Fix memory leaks upon failure.Miod Vallat
2014-05-15Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() andMiod Vallat
2014-05-15No longer make pqueue.h a public (and installed) header file. Replace itsMiod Vallat
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