summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-01-25Move & split opensslconf.h.inRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-24Fix two possible leaks.FdaSilvaYY
2016-01-24Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY
2016-01-23Fix store with opaque dataTodd Short
2016-01-23free item after sk_push failmrpre
2016-01-23Refactor file writing - rewrite crypto/opensslconf.h.in as templateRichard Levitte
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley
2016-01-20Reject when explicit trust EKU are set and none match.Viktor Dukhovni
2016-01-20Check Suite-B constraints with EE DANE recordsViktor Dukhovni
2016-01-20Add an engine destructor to eng_cryptodev.Richard Levitte
2016-01-20Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte
2016-01-20Remove update tagsRich Salz
2016-01-20Consolidate "make update"Rich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Remove the GOST engineMatt Caswell
2016-01-19prf redirection build fixesDr. Stephen Henson
2016-01-19Add TLS PRF method.Dr. Stephen Henson
2016-01-18Drop cached certificate signature validity flagViktor Dukhovni
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2016-01-17Accessor update; fix API, document one.Rich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-17Add some accessors.Rich Salz
2016-01-17RT4247: Add missing patchRich Salz
2016-01-16Empty SNI names are not validViktor Dukhovni
2016-01-15RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz
2016-01-15Add lookup_certs for a trusted stack.Dr. Stephen Henson
2016-01-15NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin
2016-01-14Cosmetic polish for last-resort depth 0 checkViktor Dukhovni
2016-01-14Fix last-resort depth 0 check when the chain has multiple certificatesViktor Dukhovni
2016-01-14Add a no-egd option to disable EGD-related codeBenjamin Kaduk
2016-01-14Always initialize X509_STORE_CTX get_crl pointerViktor Dukhovni
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni
2016-01-13Fix nistp512 typos, should be nistp521Viktor Dukhovni
2016-01-13Add missing #ifdef's to fix build breakRich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2016-01-13Fix DES_LONG breakageViktor Dukhovni
2016-01-13After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12Remove unused internal macrosRichard Levitte
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte