summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a nasty quirk in ASN1_STRING_copy(3).schwarze2021-11-131-2/+2
* Fix indent.jsing2021-11-061-8/+7
* Fix ASN1_TIME_diff() with NULL timestb2021-11-031-3/+18
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-0117-21/+48
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-3/+1
* Remove the unused X509_CERT_PAIR struct and the assicated API.tb2021-10-311-54/+1
* unwrap a linetb2021-10-281-3/+2
* Fix to correctly parse the 'to' time into the to_tmbeck2021-10-271-2/+2
* Add ASN1_TIME_diff from OpenSSL.beck2021-10-272-2/+21
* Prepare to provide X509_re_X509*_tbs()tb2021-10-231-1/+8
* Prepare to provide X509_SIG_get{0,m}.tb2021-10-231-1/+20
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-021-1/+9
* Zap blanks before tabs.tb2021-08-281-4/+4
* Fix various read buffer overflow when printing ASN.1 strings (which aretb2021-08-241-2/+3
* Add error checks for i2d_X509_NAME()tb2021-07-261-3/+5
* Fix a read buffer overrun in X509_CERT_AUX_print(3),schwarze2021-07-101-3/+3
* Fix a bug in X509_print_ex(3).schwarze2021-07-061-3/+3
* Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated successschwarze2021-07-041-14/+8
* Plug leak in c2i_ASN1_OBJECTtb2021-05-011-3/+8
* Remove two reduntat memset calls.tb2020-12-161-2/+1
* Avoid potential use of uninitialized in ASN1_time_parsetb2020-12-161-4/+3
* Fix a NULL dereference in GENERAL_NAME_cmp()tb2020-12-085-5/+48
* Clean up asn1/x_info.ctb2020-09-031-22/+9
* Remove unnecessary zeroing after recallocarray(3)tb2020-09-031-3/+1
* When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnschwarze2020-06-041-2/+5
* When printing the serialNumber, fall back to the colon separated hextb2020-04-101-2/+4
* Fix ASN1 print functionsinoguchi2020-03-241-6/+13
* Avoid leak in error path of asn1_parse2inoguchi2020-01-091-17/+21
* Sort standard_methods by pkey_id.inoguchi2019-11-021-4/+4
* Wire up ASN.1 methods for RSA-PSS.jsing2019-11-011-1/+5
* Provide ASN1_TYPE_{,un}pack_sequence().jsing2019-10-242-2/+36
* Add static_ASN1_* macroinoguchi2019-08-201-1/+72
* Fix signed overflow in X509_CRL_print().tb2019-05-121-1/+4
* Avoid an undefined shift in ASN1_ENUMERATED_get().tb2019-04-281-4/+9
* Avoid an undefined shift in ASN1_INTEGER_get().tb2019-04-281-4/+8
* Avoid undefined behaviour that results from negating a signed long withjsing2019-04-201-2/+2
* Avoid signed integer overflow.jsing2019-04-151-2/+2
* Avoid an overread caused by d2i_PrivateKey().jsing2019-04-101-1/+3
* Revert tasn_prn.c r1.18.jsing2019-04-071-6/+2
* Implement a print function for BIGNUM_it.jsing2019-04-011-2/+18
* Correct the return values from long_print.jsing2019-04-011-2/+5
* Require all ASN1_PRIMITIVE_FUNCS functions to be provided.jsing2019-04-015-26/+42
* Wrap long lines and apply some style(9).jsing2019-03-311-7/+10
* Use named field initialisers.jsing2019-03-312-16/+18
* Use limits.h instead of sys/limits.h for portability.jsing2019-03-261-3/+2
* Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a maxbeck2019-03-241-1/+5
* Add range checks to varios ASN1_INTEGER functions to ensure thebeck2019-03-232-5/+59
* Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2019-03-131-4/+2
* Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.jeremy2018-11-301-1/+7
* Fix whitespace around assignment operators.tb2018-11-171-7/+7