summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.jsing2015-02-101-23/+221
* The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intojsing2015-02-106-26/+6
* Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndefjsing2015-02-101-1/+4
* Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed.jsing2015-02-102-4/+28
* Manually expand ASN1_ITEM_rptr macros that should have been expanded withjsing2015-02-107-15/+15
* Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so thatjsing2015-02-101-3/+27
* Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visiblejsing2015-02-107-15/+55
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-102-8/+152
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-0919-60/+1044
* Check memory allocation results, as well as stack pushes.miod2015-02-081-9/+34
* Don't leak addresses in error messages.miod2015-02-071-2/+2
* Delete a lot of #if 0 code in libressl.doug2015-02-077-98/+7
* Fix a number of issues relating to algorithms in signatures, Mostlybeck2015-01-283-3/+25
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-2/+12
* Check the result of sk_*_push() operations for failure.miod2014-10-281-3/+9
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-223-14/+13
* Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1,miod2014-10-121-2/+2
* Use string literals in printf style calls so gcc's -Wformat works.doug2014-10-031-3/+2
* a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , butmiod2014-09-211-4/+9
* Fix a memory leak in the error path in ASN1_mbstring_ncopy().miod2014-09-211-19/+29
* Fix CVE-2014-3508, pretty printing and OID validation:guenther2014-08-081-10/+21
* BIO_free() returns immediately when the sole input is NULL.doug2014-07-251-3/+2
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-132-8/+8
* Don't include asn1_mac.h if all you need is asn1.h.miod2014-07-131-2/+2
* No need to include asn1_mac.h here.miod2014-07-121-2/+1
* A few fixes/improvements:miod2014-07-121-20/+19
* Make sure the return value of X509_NAME_oneline(, NULL,) is checked againstmiod2014-07-122-5/+13
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-125-25/+15
* typosmiod2014-07-121-2/+2
* In ASN1_get_object(), reject primitive encodings using the indefinite lengthmiod2014-07-111-1/+4
* In asn1_get_length(), tolerate leading zeroes in BER encoding.miod2014-07-111-5/+8
* Tolerate critical AKID in CRLs; OpenSSL PR #3014 via OpenSSL trunk, andmiod2014-07-111-7/+8
* More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSLmiod2014-07-114-7/+19
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-1165-209/+234
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-1012-12/+46
* Use size_t as realloc() size argument whenever possible. ok tedu@miod2014-07-102-6/+8
* Inline the only use of the HEX_SIZE macro and nuke both DECIMAL_SIZE andjsing2014-07-101-2/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-1024-32/+80
* make asn1 free safe to call with null pointers of any type.tedu2014-07-101-4/+3
* delete some casts. ok miodtedu2014-07-104-14/+14
* ASN1_STRING_free can handle NULL, so callers don't need to check. ok miodtedu2014-07-092-10/+7
* remove unused, private version strings except SSL_version_strbcook2014-07-091-2/+1
* Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscatemiod2014-06-272-22/+16
* Unifdef -UNO_SYS_TYPES_Hmiod2014-06-243-12/+6
* Remove previously commented out wrong code, as well as the comment saying thismiod2014-06-241-3/+1
* nuke unused test programs; ok jsingderaadt2014-06-222-46/+2
* tags as requested by miod and teduderaadt2014-06-1282-80/+82
* do not include dso.h where it is not needed; ok miodderaadt2014-06-091-1/+0
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* There is no need for is{upper,lower}() tests before to{lower,uppper}(),deraadt2014-06-011-23/+6