summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2015-02-09Jettison SCTP support in BIO dgram.Joel Sing
2015-02-09Jettison DTLS over SCTP.Joel Sing
2015-02-09Return NULL when there are no shared ciphers.Doug Hogan
2015-02-09This is neither code not proper documentation.Miod Vallat
2015-02-09Remove unused GOST test that prevents clang from building libcrypto.Doug Hogan
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
2015-02-08Move a few typedef up in this file in order to be able to use them in env_md_stMiod Vallat
2015-02-08Check memory allocation results in EVP_PBE_alg_add_type().Miod Vallat
2015-02-08Check memory allocation results, as well as stack pushes.Miod Vallat
2015-02-08Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 toMiod Vallat
2015-02-08Lob a KNF grenade into the ecdsa code.Joel Sing
2015-02-07Don't leak addresses in error messages.Miod Vallat
2015-02-07Remove useless variables and use the values directly.Doug Hogan
2015-02-07Don't support very old versions of Netscape (is there any other kind?).Doug Hogan
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2015-02-07Convert several of the server side handshake functions to the new handshakeJoel Sing
2015-02-07Crank major for libcrypto since symbols have been removed.Joel Sing
2015-02-07Don't allow tag number 31 in CBB_add_asn1().Doug Hogan
2015-02-07Crank libssl major due to the recent changes and removals.Joel Sing
2015-02-07Clean up the {get,put}_cipher_by_char() implementations. Also useJoel Sing
2015-02-07Only call free in CBB_init().Doug Hogan
2015-02-07Provide a SSL_CIPHER_get_by_value() function that allows a cipher to beJoel Sing
2015-02-07Combine c_allc.c and c_alld.c into c_all.c - there is not much point havingJoel Sing
2015-02-07Fix typo and ASN.1 tag number range comment in bytestring.h.Doug Hogan
2015-02-06KNF bytestring files.Doug Hogan
2015-02-06Remove accidental, commented out code.Doug Hogan
2015-02-06Unifdef NETSCAPE_HANG_BUG.Joel Sing
2015-02-06Add additional checks to ssl3_send_client_key_exchange() that ensuresJoel Sing
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.Doug Hogan
2015-02-06Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.Joel Sing
2015-02-06Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().Reyk Floeter
2015-02-05Declare the x509_(mem|file|dir)_lookup symbols as static because theyReyk Floeter
2015-01-28Fix a number of issues relating to algorithms in signatures, MostlyBob Beck
2015-01-26Add AEAD as a "MAC alias" so that it is possible to identify/select ciphersJoel Sing
2015-01-23Ensure that a ServerKeyExchange message is received if the selected cipherJoel Sing
2015-01-22Use field names in struct initialisers.Joel Sing
2015-01-22Support CA verification in chroot'ed processes without direct fileReyk Floeter
2015-01-22Add X509_STORE_load_mem() to load certificates from a memory bufferReyk Floeter
2015-01-22Assume that the size of a pointer will not change at runtime.Brent Cook
2015-01-21Fix DTLS memory leak (CVE-2015-0206).Doug Hogan
2015-01-19Add arc4random/getentropy shims for NetBSD.Brent Cook
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
2015-01-12Fix a memory leak in bss_dgram.Doug Hogan
2015-01-08Avoid a double-free in an error path.Doug Hogan
2015-01-07mix in more virtual memory and process informationBrent Cook
2015-01-06add initial HP-UX getentropy/arc4random support.Brent Cook
2015-01-03Fix incorrect OPENSSL_assert() usage.Doug Hogan
2014-12-29don't leak timing info about padding errors by generating a fake keyTed Unangst
2014-12-16Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofMiod Vallat