summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/pkcs12/p12_utl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-031-168/+0
|
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
| | | | | | are needed in the source files that actually require them. ok beck@ miod@
* KNF.jsing2014-07-081-31/+56
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
| | | | ok to firebomb from tedu@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* resolve conflicts, fix local changesdjm2010-10-011-2/+2
|
* resolve conflictsdjm2009-01-091-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-8/+32
|
* openssl-engine-0.9.6a mergebeck2001-06-221-7/+11
|
* openssl-engine-0.9.6 mergebeck2000-12-151-2/+2
|
* new files for OpenSSL 0.9.4beck1999-09-291-0/+118