index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-0
/
+2
*
X509: Enable printing cert even with invalid validity times, saying 'Bad time...
Dr. David von Oheimb
2021-01-20
1
-6
/
+11
*
ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...
Dr. David von Oheimb
2021-01-20
1
-4
/
+3
*
Update copyright years of auto-generated headers (make update)
Dr. David von Oheimb
2021-01-04
1
-1
/
+1
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
4
-11
/
+1
*
Fix 'no-deprecated'
Richard Levitte
2020-12-19
1
-8
/
+7
*
Complain if we are attempting to encode with an invalid ASN.1 template
Matt Caswell
2020-12-08
1
-0
/
+16
*
Check that multi-strings/CHOICE types don't use implicit tagging
Matt Caswell
2020-12-08
2
-0
/
+20
*
remove unused assignments
Pauli
2020-12-03
2
-5
/
+1
*
remove unused return value assignments
Pauli
2020-12-03
1
-1
/
+1
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-2
/
+1
*
Fix instances of pointer addition with the NULL pointer
Matt Caswell
2020-11-30
1
-2
/
+8
*
X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...
Dr. David von Oheimb
2020-11-27
1
-2
/
+23
*
Update copyright year
Matt Caswell
2020-11-26
23
-23
/
+23
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
*
Deprecate RSA harder
Richard Levitte
2020-11-18
3
-2
/
+11
*
REF_PRINT: cast pointer to void to avoid warnings
Daniel Bevenius
2020-11-16
1
-1
/
+1
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
4
-24
/
+17
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
42
-321
/
+300
*
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
2020-11-11
5
-127
/
+126
*
Add easy to digest selector macros for EVP_PKEYs
Richard Levitte
2020-10-30
1
-3
/
+1
*
Update copyright year
Matt Caswell
2020-10-15
4
-4
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
5
-6
/
+7
*
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-1
/
+1
*
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-15
2
-0
/
+64
*
Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()
Richard Levitte
2020-10-10
1
-23
/
+9
*
Set mark and pop error in d2i_PrivateKey_ex
Daniel Bevenius
2020-10-08
1
-2
/
+11
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
5
-31
/
+27
*
ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
1
-3
/
+5
*
Deprecate ASN1_STRING_length_set in OpenSSL 3.0.
David Benjamin
2020-09-20
1
-0
/
+2
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
3
-5
/
+0
*
Fix safestack issues in bio.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in asn1t.h
Matt Caswell
2020-09-13
3
-6
/
+0
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
5
-7
/
+0
*
Add CMS AuthEnvelopedData with AES-GCM support
Jakub Zelenka
2020-09-08
1
-20
/
+88
*
ASN1: Make ASN1_item_verify_ctx() work with provider-native keys
Richard Levitte
2020-09-03
1
-1
/
+1
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
3
-3
/
+5
*
ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions do
Richard Levitte
2020-09-03
1
-2
/
+1
*
Delete unused PKEY MAC files
Matt Caswell
2020-08-29
1
-10
/
+0
*
Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributes
Dmitry Belyavskiy
2020-08-26
1
-1
/
+2
*
Fix coverity CID #1465531 - Negative return passed to a function param using ...
Shane Lontis
2020-08-24
1
-1
/
+1
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-7
/
+7
*
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
4
-45
/
+58
*
Add libctx to SMIME ASN1
Shane Lontis
2020-08-09
1
-19
/
+36
*
Coverity Fixes for issue #12531
Norman Ashley
2020-08-04
1
-1
/
+6
*
Fix an ENGINE leak in asn1_item_digest_with_libctx
Matt Caswell
2020-08-01
1
-1
/
+5
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-8
/
+32
*
deprecate engines in libcrypto
Pauli
2020-07-16
2
-0
/
+6
*
Remove whitespace from 'white space'
haykam821
2020-06-19
1
-2
/
+2
[next]