summaryrefslogtreecommitdiffstats
path: root/crypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-076-23/+25
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-062-2/+2
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-064-14/+3
* Use safer sizeof variant in mallocRich Salz2015-05-0413-15/+15
* Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-033-14/+8
* free NULL cleanup -- codaRich Salz2015-05-013-12/+6
* Remove goto inside an if(0) blockRich Salz2015-05-014-47/+36
* free NULL cleanup 11Rich Salz2015-05-012-4/+2
* free null cleanup finaleRich Salz2015-05-0127-105/+54
* free NULL cleanup 7Rich Salz2015-05-011-4/+2
* free cleanup almost the finaleRich Salz2015-04-302-20/+6
* free NULL cleanup 5aRich Salz2015-04-303-14/+7
* free NULL cleanup 8Rich Salz2015-04-306-11/+10
* realloc of NULL is like mallocRich Salz2015-04-285-21/+5
* remove malloc castsRich Salz2015-04-2815-34/+24
* Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson2015-04-181-2/+4
* Code style: space after 'if'Viktor Dukhovni2015-04-163-5/+5
* Reject empty generation strings.Dr. Stephen Henson2015-04-161-2/+4
* Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson2015-04-161-7/+27
* Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson2015-04-101-2/+0
* make dependDr. Stephen Henson2015-04-031-4/+4
* Remove old ASN.1 functions.Dr. Stephen Henson2015-04-031-61/+0
* Remove unnecessary use of ASN1_const_CTXDr. Stephen Henson2015-04-031-12/+14
* make updateEmilia Kasper2015-04-011-23/+23
* Remove old ASN.1 code from evp_asn1.cDr. Stephen Henson2015-03-311-66/+36
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-313-2672/+0
* Remove duplicate code.Dr. Stephen Henson2015-03-301-11/+4
* New ASN1_TYPE SEQUENCE functions.Dr. Stephen Henson2015-03-302-0/+34
* Rewrite X509_PKEY_new to avoid old ASN1. macros.Dr. Stephen Henson2015-03-301-7/+14
* Remove unnecessary asn1_mac.h includes.Dr. Stephen Henson2015-03-302-2/+1
* Remove d2i_X509_PKEY and i2d_X509_PKEYDr. Stephen Henson2015-03-281-38/+0
* free NULL cleanupRich Salz2015-03-284-6/+4
* Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson2015-03-283-9/+8
* Remove combine option from ASN.1 code.Dr. Stephen Henson2015-03-266-66/+23
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-2611-52/+39
* make updateDr. Stephen Henson2015-03-251-6/+6
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-258-23/+29
* free NULL cleanupRich Salz2015-03-253-6/+4
* make dependDr. Stephen Henson2015-03-251-4/+7
* make X509_NAME opaqueDr. Stephen Henson2015-03-255-551/+5
* RAND_bytes updatesMatt Caswell2015-03-253-4/+5
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-244-16/+3
* make dependDr. Stephen Henson2015-03-241-17/+11
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-248-52/+7
* free NULL cleanupRich Salz2015-03-2411-35/+36
* Remove old style ASN.1 support.Dr. Stephen Henson2015-03-245-132/+2
* Fix build.Dr. Stephen Henson2015-03-231-14/+2
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-233-82/+5