index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
cms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check that IV length is not less than zero
Dmitry Belyavskiy
2022-08-01
2
-0
/
+9
*
Handle SMIME_crlf_copy return code
Alon Bar-Lev
2022-07-28
1
-2
/
+5
*
REGRESSION: CMS_final: do not ignore CMS_dataFinal result
Alon Bar-Lev
2022-07-28
1
-1
/
+4
*
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
Dr. David von Oheimb
2022-07-19
2
-4
/
+4
*
CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions
Dr. David von Oheimb
2022-07-16
4
-2
/
+43
*
cms_sd.c: fix style/formatting nits reported check-format.pl
Dr. David von Oheimb
2022-07-16
1
-19
/
+16
*
CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()
Dr. David von Oheimb
2022-06-28
2
-1
/
+37
*
Fix the checks of BIO_get_cipher_status
Peiwei Hu
2022-06-02
1
-1
/
+1
*
Fix the checks of EVP_PKEY_CTX_set/get_* functions
Peiwei Hu
2022-06-02
2
-2
/
+2
*
Fix the erroneous checks of EVP_PKEY_CTX_set_group_name
Peiwei Hu
2022-06-02
1
-1
/
+1
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
10
-10
/
+10
*
Clear incorrectly reported errors in cms_io.
Daniel Fiala
2022-04-21
1
-2
/
+8
*
CMS sign digest
Viktor Söderqvist
2022-04-02
5
-14
/
+65
*
enable CMS sign/verify for provider-implemented PKEYs
Michael Baentsch
2022-03-03
3
-27
/
+34
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
6
-36
/
+36
*
asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code
Dr. David von Oheimb
2022-01-07
2
-10
/
+7
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
2
-3
/
+3
*
Fix the return check of OBJ_obj2txt
PW Hu
2021-11-22
3
-4
/
+4
*
Add return value NULL checks that were missing
Pauli
2021-11-12
1
-0
/
+2
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-10-27
1
-0
/
+4
*
cms: fix memleaks in cms_env.c
zhaozg
2021-08-27
1
-0
/
+1
*
rsa_cms_verify: Avoid negative return with missing pss parameters
Tomas Mraz
2021-07-06
1
-1
/
+1
*
remove end of line whitespace
Pauli
2021-06-15
1
-1
/
+1
*
cms: free PKEY_CTX
Pauli
2021-06-15
1
-4
/
+5
*
cms: fix coverity 1485981: unchecked return value
Pauli
2021-06-15
1
-2
/
+6
*
Use the new ASN.1 libctx aware functions in CMS
Matt Caswell
2021-06-05
2
-6
/
+17
*
cms: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
9
-43
/
+46
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
3
-4
/
+5
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failure
Dr. David von Oheimb
2021-05-19
1
-1
/
+5
*
Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary input
Dr. David von Oheimb
2021-05-19
1
-3
/
+3
*
CMS ESS: Move four internal aux function to where they belong in crypto/cms
Dr. David von Oheimb
2021-04-28
2
-66
/
+104
*
ESS: Export three core functions, clean up TS and CMS CAdES-BES usage
Dr. David von Oheimb
2021-04-28
2
-3
/
+3
*
Remove an unused parameter
Rich Salz
2021-04-22
1
-2
/
+2
*
cms: remove most references to EVP_sha1()
Pauli
2021-04-21
1
-0
/
+4
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
6
-22
/
+32
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
4
-6
/
+7
*
Update copyright year
Matt Caswell
2021-04-08
2
-2
/
+2
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
2
-48
/
+0
*
Fix usages of const EVP_MD.
Shane Lontis
2021-03-22
1
-1
/
+1
*
Rename CMS_si_check_attributes to ossl_cms_si_check_attributes
Shane Lontis
2021-03-18
3
-4
/
+4
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
2
-4
/
+4
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
2
-9
/
+9
*
TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
Dr. David von Oheimb
2021-03-18
5
-63
/
+10
*
misc: other init function param additions
Pauli
2021-03-12
1
-3
/
+4
*
Update copyright year
Matt Caswell
2021-03-11
4
-4
/
+4
*
Fix external symbols for cms.
Shane Lontis
2021-02-22
15
-313
/
+334
[next]