index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs7
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
1
-12
/
+14
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Teach more of the ASN.1 code about libctx/propq
Matt Caswell
2021-06-05
2
-3
/
+19
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
2
-15
/
+15
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary input
Dr. David von Oheimb
2021-05-19
1
-1
/
+1
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
2
-0
/
+33
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
2
-13
/
+23
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+1
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
1
-60
/
+0
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
1
-2
/
+2
*
TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
Dr. David von Oheimb
2021-03-18
1
-4
/
+4
*
misc: other init function param additions
Pauli
2021-03-11
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols for pkcs7.
Shane Lontis
2021-02-22
6
-42
/
+42
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
1
-1
/
+1
*
X509_STORE_CTX_cleanup(): Use internally so no need to call explicitly
Dr. David von Oheimb
2021-02-11
2
-3
/
+0
*
Update copyright year
Richard Levitte
2021-01-28
5
-5
/
+5
*
Remove pkey_downgrade from PKCS7 code
Shane Lontis
2021-01-20
1
-14
/
+64
*
Fix PKCS7 potential segfault
Shane Lontis
2021-01-18
5
-20
/
+37
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-2
/
+3
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-3
/
+3
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
4
-142
/
+125
*
Update copyright year
Matt Caswell
2020-10-15
2
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
4
-5
/
+5
*
Fix zero-length content verification in S/MIME format
Dmitry Belyavskiy
2020-10-08
1
-1
/
+1
*
Expose PKCS7_get_octet_string and PKCS7_type_is_other
Jordan Montgomery
2020-10-08
1
-2
/
+2
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
4
-24
/
+22
*
Fix safestack issues in pkcs7.h
Matt Caswell
2020-09-13
3
-7
/
+0
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
4
-5
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
3
-5
/
+0
*
Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()
Shane Lontis
2020-09-12
1
-6
/
+1
*
"Downgrade" provider-native keys to legacy where needed
Richard Levitte
2020-09-03
1
-0
/
+11
*
Fix PKCS#7 so that it still works with non fetchable cipher algorithms.
Dmitry Belyavskiy
2020-08-29
1
-7
/
+36
*
Fix PKCS#7 so that it still works with non fetchable digest algorithms.
Dmitry Belyavskiy
2020-08-29
1
-5
/
+36
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
1
-13
/
+2
*
Add libctx support to PKCS7.
Shane Lontis
2020-08-09
6
-66
/
+275
*
Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...
Dr. David von Oheimb
2020-07-16
2
-3
/
+3
*
Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())
Shane Lontis
2020-07-08
1
-2
/
+5
*
Update copyright year
Matt Caswell
2020-05-15
4
-4
/
+4
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
4
-1
/
+18
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
3
-10
/
+8
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey
Bernd Edlinger
2019-09-10
1
-4
/
+8
*
Add the ability to perform signatures in a provider
Matt Caswell
2019-09-09
1
-0
/
+36
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-61
/
+2
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-0
/
+1
*
Following the license change, modify the boilerplates in crypto/pkcs7/
Richard Levitte
2018-12-06
8
-8
/
+8
[next]