| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | unifdef -U CRYPTO_MDEBUG -m tasn_new.c | jsing | 2021-12-15 | 1 | -33/+1 |
* | Consolidate ASN.1 universal tag type data. | jsing | 2021-12-14 | 5 | -80/+281 |
* | Remove the last internal use of d2i_ASN1_BOOLEAN. | tb | 2021-12-13 | 1 | -7/+3 |
* | Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN(). | jsing | 2021-12-13 | 2 | -116/+21 |
* | this file doesn't use anything from <stdio.h>; | schwarze | 2021-12-13 | 1 | -2/+1 |
* | Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB. | jsing | 2021-12-13 | 1 | -31/+37 |
* | Catch integer overflow rather than silently truncating while | schwarze | 2021-12-13 | 1 | -1/+10 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 9 | -9/+20 |
* | Rewrite X509_ALGOR_set_md() without reaching into EVP_MD. | tb | 2021-12-12 | 1 | -5/+3 |
* | Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3) | schwarze | 2021-12-11 | 1 | -34/+58 |
* | Merge the deletion of <ctype.h>, which isn't used here, | schwarze | 2021-12-11 | 1 | -17/+21 |
* | Inline collect_data() in asn1_collect(). | jsing | 2021-12-09 | 1 | -21/+12 |
* | Pull the recursion depth check up to the top of asn1_collect() | jsing | 2021-12-09 | 1 | -5/+6 |
* | Remove handling of a NULL BUF_MEM from asn1_collect() | jsing | 2021-12-09 | 1 | -14/+9 |
* | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 1 | -1/+3 |
* | Consolidate {d2i,i2d}_{pr,pu}.c | jsing | 2021-12-04 | 4 | -181/+40 |
* | Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function. | jsing | 2021-12-03 | 1 | -32/+26 |
* | Group and sort includes. | jsing | 2021-12-03 | 1 | -3/+3 |
* | Call asn1_item_ex_d2i() directly from ASN1_item_d2i() | jsing | 2021-12-03 | 1 | -2/+5 |
* | Convert ASN1_PCTX_new() to calloc(). | jsing | 2021-12-03 | 1 | -10/+6 |
* | Use calloc() for X509_CRL_METHOD_new() instead of malloc(). | jsing | 2021-12-03 | 1 | -3/+4 |
* | Rewrite ASN1_STRING_cmp(). | jsing | 2021-12-03 | 1 | -11/+8 |
* | Convert ASN1_STRING_type_new() to calloc(). | jsing | 2021-12-03 | 1 | -10/+7 |
* | Convert ASN1_OBJECT_new() to calloc(). | jsing | 2021-12-03 | 1 | -11/+6 |
* | Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1 | jsing | 2021-12-03 | 1 | -125/+429 |
* | Fix EVP_PKEY_{asn1,meth}_copy once and for all | tb | 2021-12-03 | 1 | -29/+16 |
* | last whitespace diff for now. | tb | 2021-11-30 | 1 | -57/+62 |
* | Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglected | schwarze | 2021-11-27 | 1 | -23/+10 |
* | re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19 | schwarze | 2021-11-23 | 2 | -28/+12 |
* | Make the public API function a2i_ASN1_STRING(3) actually work. | schwarze | 2021-11-19 | 1 | -14/+6 |
* | Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrapping | tb | 2021-11-18 | 1 | -1/+3 |
* | Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX and | tb | 2021-11-18 | 1 | -14/+14 |
* | Fix a nasty quirk in ASN1_STRING_copy(3). | schwarze | 2021-11-13 | 1 | -2/+2 |
* | Fix indent. | jsing | 2021-11-06 | 1 | -8/+7 |
* | Fix ASN1_TIME_diff() with NULL times | tb | 2021-11-03 | 1 | -3/+18 |
* | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 17 | -21/+48 |
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -3/+1 |
* | Remove the unused X509_CERT_PAIR struct and the assicated API. | tb | 2021-10-31 | 1 | -54/+1 |
* | unwrap a line | tb | 2021-10-28 | 1 | -3/+2 |
* | Fix to correctly parse the 'to' time into the to_tm | beck | 2021-10-27 | 1 | -2/+2 |
* | Add ASN1_TIME_diff from OpenSSL. | beck | 2021-10-27 | 2 | -2/+21 |
* | Prepare to provide X509_re_X509*_tbs() | tb | 2021-10-23 | 1 | -1/+8 |
* | Prepare to provide X509_SIG_get{0,m}. | tb | 2021-10-23 | 1 | -1/+20 |
* | Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif... | job | 2021-09-02 | 1 | -1/+9 |
* | Zap blanks before tabs. | tb | 2021-08-28 | 1 | -4/+4 |
* | Fix various read buffer overflow when printing ASN.1 strings (which are | tb | 2021-08-24 | 1 | -2/+3 |
* | Add error checks for i2d_X509_NAME() | tb | 2021-07-26 | 1 | -3/+5 |
* | Fix a read buffer overrun in X509_CERT_AUX_print(3), | schwarze | 2021-07-10 | 1 | -3/+3 |
* | Fix a bug in X509_print_ex(3). | schwarze | 2021-07-06 | 1 | -3/+3 |
* | Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success | schwarze | 2021-07-04 | 1 | -14/+8 |