summaryrefslogtreecommitdiffstats
path: root/crypto/include
AgeCommit message (Expand)Author
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-07Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-04Change default CT log list filename to "ct_log_list.cnf"Rob Percival
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-02Ensure Async is deinited properlyMatt Caswell
2016-03-01remove old unused oneline name fieldDr. Stephen Henson
2016-03-01Verify SCT signaturesRob Percival
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-25Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg
2016-02-23RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09NULL the thread_local_inits_st pointer after useMatt Caswell
2016-02-09Correct copyright date for internal header fileMatt Caswell
2016-02-09Provide a thread stop APIMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell
2016-01-27Remove outdated legacy crypto optionsRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-25Generate warning textRichard Levitte
2016-01-25Move & split opensslconf.h.inRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Add TLS PRF method.Dr. Stephen Henson
2016-01-18Drop cached certificate signature validity flagViktor Dukhovni
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2016-01-07use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-12-10Configure: make no-chacha and no-poly1305 work.Andy Polyakov
2015-12-10Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov
2015-12-07Make the definition of EVP_MD opaqueRichard Levitte
2015-10-24Fix undeclared variable warnings.Ben Laurie
2015-10-18Because ct_locl.h is used between modules, move it to internal headersRichard Levitte
2015-10-15embed CRL serial number and signature fieldsDr. Stephen Henson
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-22Make X509 opaqueDr. Stephen Henson
2015-09-22Add comments to x509_int.hDr. Stephen Henson
2015-09-20Move EVP_PKEY_METHOD into private headers.Dr. Stephen Henson
2015-09-17Embed various signature algorithms.Dr. Stephen Henson
2015-09-16Embed X509_REQ_INFODr. Stephen Henson
2015-09-16X509_CRL_INFO embedDr. Stephen Henson
2015-09-11Fix "defined but not used" warnings.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-05make X509_REVOKED opaqueDr. Stephen Henson