summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12/p12_crt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use err_local.h rather than err.h in most placestb2025-05-101-2/+2
| | | | ok jsing
* Remove copy_bag_attr()tb2024-08-221-33/+1
| | | | | | | It is no longer possible to set an attribute on an EVP_PKEY, so this code is dead. ok miod
* Fix PKCS12_create()tb2024-07-151-6/+21
| | | | | | | | | | This tries to copy some microsoft attributes which are not usually present and chokes on the now disabled EVP_PKEY_*attr* API. Instead of reviving about four layers of traps and indirection, just inline the two functions in a way that should be more obvious. found by anton via the ruby-openssl tests ok jsing
* Fix namespace buildtb2024-03-241-5/+1
| | | | noticed/ok beck
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-6/+6
| | | | | | | | | | LCRYPTO_ALIAS() and LSSL_ALIAS() contained a trailing semicolon. This does not conform to style(9), breaks editors and ctags and (most importantly) my workflow. Fix this by neutering them with asm("") so that -Wpedantic doesn't complain. There's precedent in libc's namespace.h fix suggested by & ok jsing
* Check return value of X509_digestjob2023-01-241-2/+3
| | | | OK tb@
* Hide symbols in libcrypto/pkcs12beck2022-11-121-1/+6
| | | | ok jsing@
* Add an empty pkcs12_local.h and include it where it will soon be needed.tb2022-08-201-1/+3
|
* Prepare to provide PKCS12 accessorstb2022-08-031-4/+4
| | | | | | | | | | | | | | 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 const qualifiers to the 'pass' and 'name' arguments oftb2018-05-131-4/+4
| | | | | | | PKCS12_add_key(3), PKCS12_add_safe(3), PKCS12_create(3). tested in a bulk build by sthen ok beck, jsing
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+2
| | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@
* Try and fix a bunch of memory leaks upon error;miod2015-02-141-2/+8
| | | | ok tedu@ about 7 months ago and I was sitting upon this diff for no reason
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
| | | | | | | | 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@
* KNF.jsing2014-07-081-104/+87
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-5/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+7
|
* resolve conflicts, fix local changesdjm2010-10-011-11/+0
|
* resolve conflictsdjm2009-04-061-0/+3
|
* resolve conflictsdjm2009-01-091-1/+12
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-9/+17
|
* resolve conflictsdjm2008-09-061-80/+256
|
* resolve conflictsdjm2006-06-271-1/+9
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-3/+3
|
* openssl-engine-0.9.6 mergebeck2000-12-151-10/+15
|
* OpenSSL 0.9.5a mergebeck2000-04-151-3/+3
|
* new files for OpenSSL 0.9.4beck1999-09-291-0/+159