summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pvkfmt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up pvkfmt.cinoguchi2019-07-081-63/+66
* Fix pvk format processing in libcryptoinoguchi2019-07-071-11/+11
* Fix memory leak in i2b_PVK in error handling.bcook2018-08-051-14/+10
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-5/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-36/+32
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-2/+4
* fix the rest of the read_ledword() calls used as lengths to be bounded.beck2016-03-021-1/+5
* bound lengths coming out of a pem file to something like realitybeck2016-03-021-3/+7
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-5/+5
* Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.jsg2015-05-151-7/+5
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-4/+3
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-11/+6
* Missing bounds check in do_PVK_body(); OpenSSL RT #2277, from OpenSSL trunk,miod2014-07-111-4/+10
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* KNF.jsing2014-04-211-311/+287
* fix some of the leaksjsg2014-04-171-1/+3
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-12/+12
* import OpenSSL-1.0.1cdjm2012-10-131-23/+35
* import OpenSSL 1.0.0edjm2011-11-031-7/+3
* import OpenSSL-1.0.0adjm2010-10-011-0/+942