summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7/pkcs7.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicate defines; ok tb@jsg2024-10-231-3/+1
|
* Remove i2d_PKCS7_NDEFtb2023-04-251-4/+1
|
* Mark the NDEF API for removaltb2023-04-241-1/+3
| | | | Discussed with jsing and beck
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
| | | | | | | This script is not used at all and files are edited by hand instead. Thus remove misleading comments incl. the obsolete script/config. Feedback OK jsing tb
* Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change injsing2016-12-271-3/+3
| | | | preprocesssor output.
* Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenjsing2016-12-271-4/+1
| | | | | nothing but markers for utils/mkstack.pl... and we removed the code that generated more macros from these markers in 2014.
* Expand DECLARE_ASN1_ITEM - no change to preprocessor output.jsing2016-12-271-3/+3
|
* Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing2016-09-041-11/+51
| | | | No change in preprocessed output, ignoring whitespace and line numbers.
* KNF.jsing2014-07-021-61/+51
|
* 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-2/+0
| | | | ok to firebomb from tedu@
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-2/+2
| | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@
* Use of OPENSSL_SYS_xxx defines in public header files considered harmful.miod2014-04-171-6/+0
|
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-12/+47
|
* resolve conflictsdjm2008-09-061-1/+14
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-0/+2
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-80/+24
|
* openssl-engine-0.9.6 mergebeck2000-12-151-18/+25
|
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+83
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-114/+82
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+449
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.