summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2015-09-16X509_CRL_INFO embedDr. Stephen Henson
2015-09-16Change X509_VAL in X509 structure to embedded.Dr. Stephen Henson
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson
2015-09-14d2i: don't update input pointer on failureKurt Roeckx
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-08RT3993: Fix error found by VS2008David Woodhouse
2015-09-07Updates for NumericString supportMatt Caswell
2015-09-07Add NumericString supportDmitry Belyavsky
2015-09-04RT3998: Allow scrypt to be disabledRich Salz
2015-09-03Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-09-02make updateDr. Stephen Henson
2015-09-02make X509_CRL opaqueDr. Stephen Henson
2015-08-31make updateDr. Stephen Henson
2015-08-31check bn_new return valuemrpre
2015-08-31make X509_REQ opaqueDr. Stephen Henson
2015-08-31make X509_CERT_AUX opaqueDr. Stephen Henson
2015-08-28GH354: Memory leak fixesAlessandro Ghedini
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-07-16Remove obsolete key formats.Rich Salz
2015-06-23More secure storage of key material.Rich Salz
2015-06-13Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson
2015-06-06Check ASN1_INTEGER_get for errors.Dr. Stephen Henson
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-21make updateDr. Stephen Henson
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-28realloc of NULL is like mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson