aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson5-7/+10
2016-01-19Add TLS PRF method.Dr. Stephen Henson1-1/+2
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-17RT4247: Add missing patchRich Salz1-3/+3
2016-01-15RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz2-3/+3
2016-01-13After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte1-0/+1
2016-01-12Move Makefiles to Makefile.inRich Salz2-850/+86
2016-01-12make updateRichard Levitte1-454/+531
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte1-7/+0
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte15-301/+454
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte2-3/+4
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte4-206/+206
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte2-6/+1
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte3-17/+23
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte5-31/+47
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte1-4/+3
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte1-0/+47
2016-01-12Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte2-36/+48
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+3
2016-01-07Only declare stacks in headersDr. Stephen Henson3-4/+5
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2-2/+2
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson2-4/+4
2016-01-02Fix a possible memleakRichard Levitte1-0/+7
2015-12-29Fix no-engine.Ben Laurie1-0/+1
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte3-3/+3
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz2-2/+2
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson2-17/+50
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson1-1/+4
2015-12-13Remove no longer existant structure member and direct references to EVP_MD_CT...Ben Laurie1-5/+6
2015-12-11evp/e_chacha20_poly1305.c: TLS interop fixes.Andy Polyakov1-12/+10
2015-12-11make updateRichard Levitte1-1/+1
2015-12-11Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTXRichard Levitte1-11/+14
2015-12-11Make EVP_ENCODE_CTX opaqueRichard Levitte2-0/+31
2015-12-10evp/e_aes.c: wire hardware-assisted block function to OCB.Andy Polyakov1-1/+39
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov1-3/+20
2015-12-10evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov1-0/+7
2015-12-10crypto/evp: add e_chacha20_poly1305.c.Andy Polyakov3-8/+519
2015-12-10evp/evp_enc.c: allow EVP_CIPHER.ctx_size to be 0.Andy Polyakov1-5/+3
2015-12-09make updateDr. Stephen Henson1-42/+14
2015-12-07make updateRichard Levitte1-16/+19
2015-12-07Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte1-2/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte8-18/+18
2015-12-07Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)Richard Levitte1-9/+9
2015-12-07Cleanup: Remove M_EVP_MD_* macrosRichard Levitte1-9/+0
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte1-2/+2
2015-12-07Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_initRichard Levitte1-52/+44
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte1-20/+30
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte14-2/+16
2015-12-07Make the definition of EVP_MD opaqueRichard Levitte2-0/+126