summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_mbstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-18/+12
* Explicitely cast a char into unsigned long before shifting it left by 24, formiod2015-07-161-2/+2
* Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1,miod2014-10-121-2/+2
* Fix a memory leak in the error path in ASN1_mbstring_ncopy().miod2014-09-211-19/+29
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byteguenther2014-05-201-2/+16
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-5/+2
* More KNF.jsing2014-04-191-7/+11
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
* More KNF.jsing2014-04-181-82/+114
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-7/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
* resolve conflicts, fix local changesdjm2010-10-011-1/+1
* resolve conflictsdjm2009-01-091-1/+1
* resolve conflictsdjm2008-09-061-10/+10
* merge 0.9.7dmarkus2004-04-081-2/+2
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-1/+1
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-2/+2
* openssl-engine-0.9.6 mergebeck2000-12-151-5/+15
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+390