summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-16Reject empty generation strings.Dr. Stephen Henson
2015-04-16Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11Fix memory leakRich Salz
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx
2015-04-11X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson
2015-04-10Fix ECDH key identifier support.Dr. Stephen Henson
2015-04-04Appease clang -WshadowRichard Levitte
2015-04-04Appease clang -Wempty-translation-unitRichard Levitte
2015-04-03make dependDr. Stephen Henson
2015-04-03Remove old ASN.1 functions.Dr. Stephen Henson
2015-04-03Remove unnecessary use of ASN1_const_CTXDr. Stephen Henson
2015-04-02modes/asm/ghashv8-armx.pl: up to 90% performance improvement.Andy Polyakov
2015-04-02sha/asm/sha*-armv8.pl: add Denver and X-Gene esults.Andy Polyakov
2015-04-02aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.Andy Polyakov
2015-04-02perlasm/arm-xlate.pl update (fix end-less loop and prepare for 32-bit iOS).Andy Polyakov
2015-04-01make updateEmilia Kasper
2015-03-31Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte
2015-03-31Remove old ASN.1 code from evp_asn1.cDr. Stephen Henson
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-03-30New ASN1_TYPE SEQUENCE functions.Dr. Stephen Henson
2015-03-30Rewrite X509_PKEY_new to avoid old ASN1. macros.Dr. Stephen Henson
2015-03-30Remove unnecessary asn1_mac.h includes.Dr. Stephen Henson
2015-03-29sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov
2015-03-29sha/asm/sha256-armv4.pl: fix compile issue in kernelAndy Polyakov
2015-03-29Have a shared library version thats reasonable with our version schemeRichard Levitte
2015-03-28Remove d2i_X509_PKEY and i2d_X509_PKEYDr. Stephen Henson
2015-03-28ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov
2015-03-28free NULL cleanupRich Salz
2015-03-28Engage vpaes-armv8 module.Andy Polyakov
2015-03-28Add vpaes-amrv8.pl module.Andy Polyakov
2015-03-28Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson
2015-03-26Remove combine option from ASN.1 code.Dr. Stephen Henson
2015-03-26Simplify DSA public key handling.Dr. Stephen Henson
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-25free NULL cleanup.Rich Salz
2015-03-25make updateDr. Stephen Henson
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson
2015-03-25Remove X509_ATTRIBUTE hack.Dr. Stephen Henson
2015-03-25free NULL cleanupRich Salz
2015-03-25make dependDr. Stephen Henson
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell
2015-03-25Add HMAC test for invalid key lenMatt Caswell
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell