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
*
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
*
libcrypto refactoring: make more use of ASN1_STRING_set0()
Dr. David von Oheimb
2022-07-19
6
-21
/
+8
*
CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()
Dr. David von Oheimb
2022-06-28
1
-0
/
+1
*
crypto/asn1/a_time.c: Add check for OPENSSL_malloc
Jiasheng Jiang
2022-06-17
1
-1
/
+4
*
Update copyright year
Matt Caswell
2022-05-03
7
-7
/
+7
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
2
-4
/
+3
*
asn1_string_to_time_t: Use timegm on FreeBSD.
John Baldwin
2022-03-03
1
-0
/
+11
*
Add tests for do_updatedb
Armin Fuerst
2022-02-14
1
-1
/
+39
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
2
-2
/
+2
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
2
-29
/
+20
*
asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code
Dr. David von Oheimb
2022-01-07
2
-8
/
+24
*
Fix copyright year issues
Bernd Edlinger
2022-01-06
1
-1
/
+1
*
sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2
zhaozg
2022-01-05
2
-2
/
+2
*
Update troublesome copyright years of auto-generated files to 2022
Dr. David von Oheimb
2022-01-03
1
-1
/
+1
*
asn1_item_embed_d2i: fix th return check
Peiwei Hu
2021-11-22
1
-2
/
+2
*
d2i_PublicKey: Make it work with EC parameters in a provided key
Tomas Mraz
2021-11-22
1
-3
/
+20
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
3
-15
/
+10
*
Update copyright year
Richard Levitte
2021-09-07
2
-2
/
+2
*
Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass tests
Tomas Mraz
2021-08-31
2
-6
/
+12
*
Avoid invoking memcpy if size is zero or the supplied buffer is NULL
Paul Dreik
2021-08-25
1
-2
/
+6
*
Allow fuzz builds to detect string overruns
Matt Caswell
2021-08-24
1
-1
/
+11
*
Fix NETSCAPE_SPKI_print function to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-1
/
+1
*
asn.1: fix Coverity 1487104 Logically dead code
Pauli
2021-07-13
1
-4
/
+5
*
ASN.1: Refuse to encode to DER if non-optional items are missing
Richard Levitte
2021-07-10
1
-9
/
+20
*
Fix memory leak in i2d_ASN1_bio_stream
Oliver Mihatsch
2021-07-02
2
-0
/
+8
*
ossl_sk_ASN1_UTF8STRING2text(): Minor generalization and refactoring for read...
Dr. David von Oheimb
2021-06-25
1
-8
/
+9
*
asn1: properly clean up on failed BIO creation
Pauli
2021-06-22
1
-4
/
+5
*
asn1: fix indentation
Pauli
2021-06-19
1
-2
/
+2
*
crypto: repalce tabs with spaces
Pauli
2021-06-19
1
-3
/
+3
*
Update copyright year
Matt Caswell
2021-06-17
4
-4
/
+4
*
ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing...
Dr. David von Oheimb
2021-06-15
1
-7
/
+8
*
ASN1: rename asn1_par.c to asn1_parse.c for clarity; simplify asn1_parse2()
Dr. David von Oheimb
2021-06-15
2
-11
/
+4
*
Add support for ISO 8601 datetime format
William Edmisten
2021-06-11
1
-5
/
+31
*
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-09
2
-2
/
+2
*
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
2021-06-08
1
-5
/
+5
*
Give ASN.1 objects the ability to report their libctx/propq
Matt Caswell
2021-06-05
1
-4
/
+9
*
Teach more of the ASN.1 code about libctx/propq
Matt Caswell
2021-06-05
5
-45
/
+101
*
Teach the ASN.1 code how to create embedded objects with libctx/propq
Matt Caswell
2021-06-05
1
-11
/
+29
*
Teach ASN1_item_verify_ctx() how to handle provided keys
Matt Caswell
2021-06-03
1
-17
/
+44
*
asn.1: remove TODOs
Pauli
2021-06-02
1
-2
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
10
-25
/
+25
*
crypto: updates to pass size_t to RAND_bytes_ex()
Pauli
2021-06-01
1
-5
/
+5
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
3
-4
/
+5
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
1
-3
/
+1
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
1
-2
/
+1
[next]