| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate ASN1_STRING_length_set in OpenSSL 3.0. | David Benjamin | 2020-09-20 | 1 | -0/+2 |
* | Fix safestack issues in asn1.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+2 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Integer overflow in ASN1_STRING_set. | Pauli | 2020-04-08 | 1 | -5/+16 |
* | Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text() in asn1_lib.c | Dr. David von Oheimb | 2020-03-25 | 1 | -1/+1 |
* | Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify.... | Dr. David von Oheimb | 2020-03-10 | 1 | -25/+72 |
* | Update source files for pre-3.0 deprecation | Richard Levitte | 2019-11-07 | 1 | -1/+1 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in crypto/asn1/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Refactor the computation of API version limits | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Change return (x) to return x | Pauli | 2017-07-14 | 1 | -14/+14 |
* | Avoid having an unsigned integer decrement below zero. | Pauli | 2017-07-14 | 1 | -11/+18 |
* | Fix embedded string handling. | Dr. Stephen Henson | 2016-10-17 | 1 | -2/+10 |
* | Fix off by 1 in ASN1_STRING_set() | Kurt Roeckx | 2016-08-20 | 1 | -1/+1 |
* | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). | Dr. Stephen Henson | 2016-08-16 | 1 | -0/+7 |
* | Check for overflows in ASN1_object_size(). | Dr. Stephen Henson | 2016-08-02 | 1 | -12/+16 |
* | Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_... | FdaSilvaYY | 2016-07-25 | 1 | -1/+1 |
* | Copyright consolidation 09/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | Fix buffer overrun in ASN1_parse(). | Ben Laurie | 2016-03-30 | 1 | -7/+7 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 1 | -1/+1 |
* | Handle embed flag in ASN1_STRING_copy(). | Dr. Stephen Henson | 2015-10-15 | 1 | -1/+3 |
* | embed support for ASN1_STRING | Dr. Stephen Henson | 2015-10-11 | 1 | -1/+2 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -4/+1 |
* | RT3999: Remove sub-component version strings | Rich Salz | 2015-08-10 | 1 | -1/+0 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -1/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -3/+2 |
* | realloc of NULL is like malloc | Rich Salz | 2015-04-28 | 1 | -5/+1 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -1/+1 |
* | Remove old ASN.1 functions. | Dr. Stephen Henson | 2015-04-03 | 1 | -61/+0 |
* | free NULL cleanup | Rich Salz | 2015-03-24 | 1 | -1/+3 |
* | Remove old ASN.1 code. | Dr. Stephen Henson | 2015-03-23 | 1 | -5/+4 |
* | Cleanse PKCS#8 private key components. | Dr. Stephen Henson | 2015-03-08 | 1 | -0/+7 |
* | Dead code removal: #if 0 asn1, pkcs7 | Rich Salz | 2015-01-30 | 1 | -6/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -380/+368 |
* | ASN1 sanity check. | Dr. Stephen Henson | 2014-07-02 | 1 | -0/+3 |
* | Handle BER length encoding. | Dr. Stephen Henson | 2014-06-29 | 1 | -2/+8 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -24/+20 |
* | More size_tification. | Ben Laurie | 2008-11-01 | 1 | -1/+1 |
* | size_tification. | Ben Laurie | 2008-11-01 | 1 | -19/+23 |
* | New function ASN1_STRING_copy() to copy to an already | Dr. Stephen Henson | 2007-04-14 | 1 | -8/+19 |
* | Update smime utility to support streaming for -encrypt and -sign -nodetach | Dr. Stephen Henson | 2007-04-13 | 1 | -1/+2 |
* | Constify version strings and some structures. | Dr. Stephen Henson | 2007-01-21 | 1 | -1/+1 |
* | Update PKCS#7 enveloped data to new API. | Dr. Stephen Henson | 2006-05-08 | 1 | -0/+8 |
* | make some parameters const | Nils Larsch | 2006-03-04 | 1 | -3/+3 |
* | Add lots of checks for memory allocation failure, error codes to indicate | Dr. Stephen Henson | 2004-12-05 | 1 | -0/+1 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-15 | 1 | -12/+32 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -2/+2 |