aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include
Commit message (Expand)AuthorAgeFilesLines
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+3
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-081-0/+1
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+2
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-0/+9
* Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell2016-03-071-1/+1
* Rework based on feedback:clucey2016-03-071-0/+1
* Change default CT log list filename to "ct_log_list.cnf"Rob Percival2016-03-041-2/+2
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-0/+1
* Ensure Async is deinited properlyMatt Caswell2016-03-021-0/+1
* remove old unused oneline name fieldDr. Stephen Henson2016-03-011-1/+0
* Verify SCT signaturesRob Percival2016-03-011-0/+3
* Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2016-02-291-2/+1
* Public API for Certificate TransparencyRob Percival2016-02-261-316/+12
* Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg2016-02-251-1/+137
* RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2016-02-231-2/+5
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-191-0/+60
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-62/+0
* NULL the thread_local_inits_st pointer after useMatt Caswell2016-02-091-1/+1
* Correct copyright date for internal header fileMatt Caswell2016-02-091-1/+1
* Provide a thread stop APIMatt Caswell2016-02-091-1/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-095-0/+248
* Provide framework for auto initialise/deinitialise of the libraryMatt Caswell2016-02-091-0/+79
* Remove outdated legacy crypto optionsRich Salz2016-01-273-274/+0
* Remove /* foo.c */ commentsRich Salz2016-01-266-6/+0
* Generate warning textRichard Levitte2016-01-254-0/+4
* Move & split opensslconf.h.inRich Salz2016-01-254-0/+339
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+29
* Add TLS PRF method.Dr. Stephen Henson2016-01-191-0/+1
* Drop cached certificate signature validity flagViktor Dukhovni2016-01-181-1/+0
* Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte2016-01-121-0/+238
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-111-2/+2
* Inline LHASH_OFDr. Stephen Henson2016-01-111-0/+4
* use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson2016-01-072-2/+2
* Only declare stacks in headersDr. Stephen Henson2016-01-073-0/+11
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Configure: make no-chacha and no-poly1305 work.Andy Polyakov2015-12-102-0/+8
* Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov2015-12-102-0/+149
* Make the definition of EVP_MD opaqueRichard Levitte2015-12-071-0/+17
* Fix undeclared variable warnings.Ben Laurie2015-10-241-0/+8
* Because ct_locl.h is used between modules, move it to internal headersRichard Levitte2015-10-181-0/+244
* embed CRL serial number and signature fieldsDr. Stephen Henson2015-10-151-2/+2
* embed certificate serial number and signature fieldsDr. Stephen Henson2015-10-151-2/+2
* Fix no-stdio buildDavid Woodhouse2015-09-291-1/+0
* Make X509 opaqueDr. Stephen Henson2015-09-221-0/+43
* Add comments to x509_int.hDr. Stephen Henson2015-09-221-49/+73
* Move EVP_PKEY_METHOD into private headers.Dr. Stephen Henson2015-09-201-0/+8
* Embed various signature algorithms.Dr. Stephen Henson2015-09-171-3/+3
* Embed X509_REQ_INFODr. Stephen Henson2015-09-161-1/+1
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-1/+1
* Fix "defined but not used" warnings.Dr. Stephen Henson2015-09-111-12/+0