summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-222-8/+6
* None of these need to include <openssl/rand.h>jsing2014-10-185-10/+5
* Make sure PEM_def_callback() correctly handles negative buffer sizes; all usesmiod2014-07-231-10/+17
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-123-21/+12
* 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-1111-53/+61
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-107-7/+22
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-105-7/+17
* delete some casts. ok miodtedu2014-07-101-2/+2
* Missing allocation checks and potential NULL pointer dereference in themiod2014-07-101-7/+15
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-1214-12/+14
* malloc() result does not need a cast.deraadt2014-06-073-3/+3
* Avoid the use of an uninitialised variable. In reality, this is a non-issuejsing2014-06-011-2/+1
* more: no need for null check before freederaadt2014-05-303-18/+9
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-292-3/+3
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-296-45/+0
* We don't really to keep history in constructs such as:miod2014-05-261-6/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-1/+1
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-6/+0
* More KNF.jsing2014-04-214-8/+8
* KNF.jsing2014-04-2114-1570/+1612
* Restore beck's rev 1.7: snprintf() was reviewed.guenther2014-04-201-2/+4
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-6/+6
* fix some of the leaksjsg2014-04-171-1/+3
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-177-43/+43
* Do not feed RSA private key information to the random subsystem asderaadt2014-04-171-1/+0
* we don't use these files for buildingtedu2014-04-151-78/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-157/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-15/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-180/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-2/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-134-12/+183
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-23/+35
|\
| * import OpenSSL-1.0.1cdjm2012-10-131-23/+35
* | openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+0
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-7/+3
|\|
| * import OpenSSL 1.0.0edjm2011-11-032-9/+3
* | resolve conflicts, fix local changesdjm2010-10-0110-767/+299
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-0/+942
|\|
| * import OpenSSL-1.0.0adjm2010-10-0110-431/+1241
| * import of OpenSSL 0.9.8kdjm2009-04-061-0/+4
| * import openssl-0.9.8jdjm2009-01-095-2/+180
| * import of OpenSSL 0.9.8hdjm2008-09-0610-201/+343
| * import of openssl-0.9.7jdjm2006-06-271-42/+46
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-293-5/+130