summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-01-07Remove crypto/pem/pem_seal.cRichard Levitte
2016-01-07DANE support for X509_verify_cert()Viktor Dukhovni
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
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2016-01-03Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni
2016-01-03X509_verify_cert() cleanupViktor Dukhovni
2016-01-02Fix a possible memleakRichard Levitte
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson
2015-12-29Fix no-engine.Ben Laurie
2015-12-23Avoid using a dangling pointer when removing the last itemKurt Roeckx
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz
2015-12-22Rename *_realloc_clean to *_clear_reallocRich Salz
2015-12-22Also change the non-debug versions to use size_tKurt Roeckx
2015-12-22Fix memory leak in DSA redo case.David Benjamin
2015-12-22bn/asm/bn-c64xplus.asm: update commentary.Andy Polyakov
2015-12-21sha/asm/sha256-armv4.pl: one of "universal" flags combination didn't compile.Andy Polyakov
2015-12-19Fix URLs mangled by reformatMatt Caswell
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-17Modify the lower level memory allocation routines to take size_tRichard Levitte
2015-12-16mem-cleanup, cont'd.Rich Salz
2015-12-16Rename sec_mem to mem_sec, like other files.Rich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson
2015-12-16New EC functions.Dr. Stephen Henson
2015-12-15Fix build on SolarisMatt Caswell
2015-12-15Remove GMP engine.Rich Salz
2015-12-14make updateDr. Stephen Henson
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper
2015-12-14crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.Andy Polyakov
2015-12-14crypto/ppccap.c: add SIGILL-free processor capability detection code.Andy Polyakov
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-13Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov
2015-12-13Remove no longer existant structure member and direct references to EVP_MD_CT...Ben Laurie
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie
2015-12-12Fix compile failure with no-threadsMatt Caswell
2015-12-11evp/e_chacha20_poly1305.c: TLS interop fixes.Andy Polyakov
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie
2015-12-11make updateRichard Levitte
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte
2015-12-11Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTXRichard Levitte