summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7/bio_pk7.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the now unused bio_pk7.ctb2023-04-261-63/+0
|
* Move BIO_new_PKCS7() to the the other streaming stuff in pk7_mime.ctb2023-04-261-7/+1
|
* Move low level BIO_new_NDEF API to internal-onlytb2023-04-251-3/+5
|
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-2/+2
| | | | | | | | | | 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
* Hide symbols in libcrypto/pkcs7beck2022-11-121-1/+2
| | | | | | | | This applies the guentherizer 9000(tm) to pkcs7, after moving several pkcs7 funcitions back to pkcs7 that were in x509/x_all.c for reasons known only to the miasma. ok jsing@
* Expand ASN1_ITEM_rptr macros - no change in generated assembly.jsing2016-12-301-2/+2
|
* KNF.jsing2014-06-291-3/+4
| | | | | | | | I just spent too long chasing a bug in here and really should have done this first. Gem of the day... is it an if test or a for loop? No, it is a super ifloop! if (!(flags & PKCS7_NOVERIFY)) for (k = 0; k < sk_X509_num(signers); k++) {
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* -netwaretedu2014-04-181-6/+2
|
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+1
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+69