summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/pkcs7/pk7_mime.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-031-98/+0
|
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
|
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+4
| | | | | | | | 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-06-291-19/+21
| | | | | | | | 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
|
* resolve conflicts, fix local changesdjm2010-10-011-647/+22
|
* resolve conflictsdjm2009-01-091-1/+1
|
* resolve conflictsdjm2008-09-061-58/+46
|
* resolve conflictsdjm2006-06-271-2/+22
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-38/+67
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* openssl-engine-0.9.6a mergebeck2001-06-221-3/+3
|
* openssl-engine-0.9.6 mergebeck2000-12-151-63/+75
|
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+673
*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