summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2015-12-11Make EVP_ENCODE_CTX opaqueRichard Levitte
2015-12-10Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling
2015-12-10make updateMatt Caswell
2015-12-10evp/e_aes.c: wire hardware-assisted block function to OCB.Andy Polyakov
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov
2015-12-10modes/ocb128.c: fix overstep.Andy Polyakov
2015-12-10Configure: make no-chacha and no-poly1305 work.Andy Polyakov
2015-12-10evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov
2015-12-10crypto/evp: add e_chacha20_poly1305.c.Andy Polyakov
2015-12-10evp/evp_enc.c: allow EVP_CIPHER.ctx_size to be 0.Andy Polyakov
2015-12-10Add ChaCha20-Poly1305 and ChaCha20 NIDs.Andy Polyakov
2015-12-10Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov
2015-12-10make default_ec_key_meth staticDr. Stephen Henson
2015-12-09remove ECDSA error lineDr. Stephen Henson
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09set standard EC method in eng_opensslDr. Stephen Henson