summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pem_pkey.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
| | | | ok to firebomb from tedu@
* More KNF.jsing2014-04-211-4/+4
|
* KNF.jsing2014-04-211-99/+108
|
* Restore beck's rev 1.7: snprintf() was reviewed.guenther2014-04-201-2/+4
| | | | Also, use sizeof() for snprintf()'s size argument
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-8/+101
|
* resolve conflictsdjm2008-09-061-4/+8
|
* resolve conflictsdjm2005-04-291-0/+1
|
* merge 0.9.7dmarkus2004-04-081-0/+4
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-0/+1
| | | | correctly autogenerate obj_mac.h
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+139