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
*
Fix smime-type for AuthEnvelopedData
Jakub Zelenka
2024-09-19
1
-0
/
+2
*
Copyright year updates
Tomas Mraz
2024-09-05
13
-13
/
+13
*
When calling ASN1_item_i2d () check both returned length and allocated pointer
XZ-X
2024-08-20
2
-2
/
+2
*
Fix unpredictible refcount handling of d2i functions
Bernd Edlinger
2024-08-16
1
-1
/
+5
*
do_print_ex(): Avoid possible integer overflow
Tomas Mraz
2024-08-07
1
-3
/
+6
*
crypto: factorize to hex chars conversion code.
FdaSilvaYY
2024-08-07
3
-9
/
+4
*
Implementation of the RFC 9579, PBMAC1 in PKCS#12
Dmitry Belyavskiy
2024-08-07
1
-0
/
+7
*
Fix Coverity-1604641
Neil Horman
2024-07-25
1
-1
/
+2
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
1
-2
/
+1
*
Allow short reads in asn1_d2i_read_bio()
Tomas Mraz
2024-07-18
1
-0
/
+3
*
fix: drop DSA <=> dsaWithSHA1 aliasing
Richard Levitte
2024-07-12
1
-1
/
+0
*
ASN1_item_verify_ctx(): Return -1 on fatal errors
Tomas Mraz
2024-06-21
1
-0
/
+2
*
Move ossl_asn1_string_to_time_t() to libtestutil
shridhar kalavagunta
2024-05-07
1
-75
/
+0
*
Add RFC 5755 attribute certificate support
Damian Hobson-Garcia
2024-04-24
2
-0
/
+2
*
VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config target
Richard Levitte
2024-04-11
1
-2
/
+0
*
Copyright year updates
Richard Levitte
2024-04-09
4
-4
/
+4
*
Diverse small VMS build fixups
Richard Levitte
2024-04-04
1
-0
/
+2
*
Add appropriate lower bound checks for GeneralizedTime and UTCTime
Job Snijders
2024-02-25
3
-5
/
+15
*
prevent integer overflow in ossl_asn1_time_from_tm
Paul Dreik
2024-01-18
1
-2
/
+8
*
Fix NULL pointer deref when parsing the stable section
Neil Horman
2024-01-12
1
-1
/
+5
*
Fix error handling in ASN1_mbstring_ncopy
Bernd Edlinger
2023-12-29
1
-2
/
+8
*
Harden asn1 oid loader to invalid inputs
Neil Horman
2023-12-13
1
-0
/
+4
*
Do not include crypto/asn1.h from internal/cryptlib.h
Tomas Mraz
2023-10-19
1
-1
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
16
-16
/
+16
*
Change PBES2 KDF default salt length to 16 bytes.
slontis
2023-09-04
3
-3
/
+5
*
asn1: add ASN1_STRING_set() check result
atishkov
2023-08-04
1
-3
/
+6
*
no_autoload: make the no-autoload-config option work again.
Pauli
2023-08-04
1
-0
/
+2
*
Add more fixes for WebAssembly/WASI build
Marcin Kolny
2023-07-12
1
-1
/
+1
*
asn1: update to structure based atomics
Pauli
2023-07-01
1
-6
/
+10
*
log actual NID causing the 'unknown message digest algorithm error'
VladimĂr Kotal
2023-06-18
1
-2
/
+3
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-3
/
+1
*
Coverity 1528492: Fix possible memory leak if t == NULL
Tomas Mraz
2023-06-11
1
-1
/
+1
*
Coverity 1528496: remove assignment of unused value
Tomas Mraz
2023-06-11
1
-2
/
+1
*
SMIME_crlf_copy(): check for NULL pointer arguments
Dr. David von Oheimb
2023-06-01
1
-0
/
+6
*
Add negative integer check when using ASN1_BIT_STRING
mlitre
2023-05-04
1
-0
/
+6
*
asn1: sort stacks before using find
Pauli
2023-05-01
2
-2
/
+10
*
Improve the performance of d2i_AutoPrivateKey and friends
Matt Caswell
2023-03-14
1
-27
/
+40
*
Fix incomplete error check on ASN1_item_i2d()
ndossche
2023-02-28
1
-1
/
+1
*
Fix BIO_set_indent() check
Niels Dossche
2023-02-08
1
-1
/
+1
*
Fix a UAF resulting from a bug in BIO_new_NDEF
Matt Caswell
2023-02-07
1
-8
/
+32
*
PKCS12 - Add additional libctx and propq support.
slontis
2023-01-16
1
-0
/
+13
*
Fix BIO_f_asn1() to properly report some errors
Matt Caswell
2022-12-22
1
-2
/
+2
*
Fix SMIME_crlf_copy() to properly report an error
Matt Caswell
2022-12-22
1
-1
/
+5
*
Cast values to match printf format strings.
J.W. Jagersma
2022-11-14
1
-2
/
+2
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
36
-240
/
+229
*
djgpp: Set TZ=UTC to convert UTC timestamp to time_t
J.W. Jagersma
2022-09-29
1
-6
/
+29
*
Handle SMIME_crlf_copy return code
Alon Bar-Lev
2022-07-28
1
-6
/
+13
*
libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_t
Dr. David von Oheimb
2022-07-19
1
-1
/
+1
*
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
Dr. David von Oheimb
2022-07-19
5
-11
/
+13
[next]