Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make structs in pkcs12.h opaque | tb | 2022-09-11 | 1 | -44/+1 |
| | | | | ok jsing | ||||
* | Add an empty pkcs12_local.h and include it where it will soon be needed. | tb | 2022-08-20 | 1 | -1/+3 |
| | |||||
* | Prepare to provide PKCS12 accessors | tb | 2022-08-03 | 1 | -1/+8 |
| | | | | | | | | | | | | | | In order to be able to make pkcs12/ opaque, we need an entire family of accessors. These are in a particularly nasty tangle since this was done in about a dozen steps while sprinkling const, renaming functions, etc. The public API also adds backward compat macros for functions that were in the tree for half a day and then renamed. Of course some of them got picked up by some ports. Some of the gruesome hacks in here will go away with the next bump, but that doesn't mean that the pkcs12 directory will be prettier afterward. ok jsing | ||||
* | Add a const qualifier to the `uni' argument of OPENSSL_uni2asc(). | tb | 2018-05-30 | 1 | -2/+2 |
| | | | | | tested in a bulk build by sthen ok jsing | ||||
* | Expand ASN1_ITEM_rptr macros - no change in generated assembly. | jsing | 2016-12-30 | 1 | -9/+9 |
| | |||||
* | Expand M_PKCS12_* "compatibility" macros. No change to generated assembly. | jsing | 2016-12-30 | 1 | -5/+5 |
| | |||||
* | Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc(). | miod | 2016-11-05 | 1 | -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. | jsing | 2014-07-11 | 1 | -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 that | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | KNF. | jsing | 2014-07-08 | 1 | -31/+56 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -4/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -2/+2 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -8/+32 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -7/+11 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -2/+2 |
| | |||||
* | new files for OpenSSL 0.9.4 | beck | 1999-09-29 | 1 | -0/+118 |