summaryrefslogtreecommitdiff
path: root/crypto/asn1/a_mbstr.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+2
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-191-3/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+2
* ASN1: check the Unicode code point range in ASN1_mbstring_copy()Beat Bolli2021-03-181-3/+13
* Update copyright yearMatt Caswell2020-11-261-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-7/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-12/+10
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-60/+8
* Memory bounds checking in asn1 code.Pauli2017-07-061-3/+3
* Undo commit d420ac2Rich Salz2017-07-051-2/+2
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Updates for NumericString supportMatt Caswell2015-09-071-4/+14
* Add NumericString supportDmitry Belyavsky2015-09-071-1/+15
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* free null cleanup finaleRich Salz2015-05-011-5/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-265/+288
* Fix unitialized warningsDr. Stephen Henson2009-10-041-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-7/+7
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_tification.Ben Laurie2008-11-011-7/+7
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-10/+10
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* outlen should be int * in out_utf8.Dr. Stephen Henson2003-08-211-1/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+7
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-241-1/+4
* int may be smaller than 32 bits.Bodo Möller2000-06-051-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-2/+2
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-061-49/+1
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-1/+1
* Continued multibyte character support.Dr. Stephen Henson1999-10-271-0/+29
* More multibyte character support.Dr. Stephen Henson1999-10-251-8/+65
* Constification.Ben Laurie1999-10-231-4/+4
* Don't return stuff from void functions.Ben Laurie1999-10-231-2/+2
* New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1999-10-211-0/+352