summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-03-29Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni
2016-03-29Fix the zlib config optionMatt Caswell
2016-03-29RT 4393: Call EC_GROUP_order_bits in priv2opt.David Benjamin
2016-03-29Make BIO opaqueMatt Caswell
2016-03-29Add functions for creating BIO_METHODsMatt Caswell
2016-03-29Fix a big leak when using stack-allocated BIO items.FdaSilvaYY
2016-03-29poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov
2016-03-29crypto/seed: add small-footprint path.Andy Polyakov
2016-03-23VMS: update the properties of symbol searchRichard Levitte
2016-03-23Move dso.h to internalRich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-23Fix error codeFdaSilvaYY
2016-03-23Small fixups in DSORichard Levitte
2016-03-22Removed unused fields of CT_POLICY_EVAL_CTXRob Percival
2016-03-22remove unused references fieldDr. Stephen Henson
2016-03-22Have only one DSO_METHOD_opensslRich Salz
2016-03-22Make DSO opaque.Rich Salz
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-03-22move x_pubkey.c to crypto/x509Dr. Stephen Henson
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Adds s2i function for ct_precert_poison X509 extensionRob Percival
2016-03-21Fix memory leak where fdlookup linked list is not freed duringSteven Linsell
2016-03-21Fix no-sockMatt Caswell
2016-03-21Don't use hardcoded values for typesDr. Stephen Henson
2016-03-21Fix no-seedMatt Caswell
2016-03-21Fix no-dsaMatt Caswell
2016-03-21Build system: VC-WIN64I fixups.Andy Polyakov
2016-03-21Windows build system: get uplink right.Andy Polyakov
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Add a comment on dane_verify() logicViktor Dukhovni
2016-03-20Remove #error from include files.Rich Salz
2016-03-20ct_int.h only needed by crypto/ctRich Salz
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson
2016-03-20Move blake2_loclh to blake2 directoryRich Salz
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson
2016-03-19Don't free up EVP_MD_CTX.Schüller Felix
2016-03-19Correct incorrect pathRichard Levitte
2016-03-18Implement support for no-tsRichard Levitte
2016-03-18Fix no-desMatt Caswell
2016-03-18Fix no-cmacMatt Caswell
2016-03-18Ensure that no-comp functions are flagged as suchMatt Caswell
2016-03-18Mark OCB as an AEAD cipherMatt Caswell
2016-03-18Fix a potential double free in EVP_DigestInit_exMatt Caswell
2016-03-18Fix build; CPP syntax error.Rich Salz
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-17Remove ultrix/mips support.Rich Salz
2016-03-17Use correct C format for keysets.plDr. Stephen Henson
2016-03-16Deal with DSA_SIG opaqueness.Ben Laurie
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell
2016-03-15poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov