summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12/p12_utl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().tb2018-05-301-2/+2
| | | | | tested in a bulk build by sthen ok jsing
* Expand ASN1_ITEM_rptr macros - no change in generated assembly.jsing2016-12-301-9/+9
|
* Expand M_PKCS12_* "compatibility" macros. No change to generated assembly.jsing2016-12-301-5/+5
|
* Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc().miod2016-11-051-17/+34
| | | | | | While there, try to make these slightly less obfuscated. ok beck@ jsing@
* 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