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
*
ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroes
Richard Levitte
2018-09-09
1
-0
/
+24
*
asn1/asn_moid.c: overhaul do_create.
Andy Polyakov
2018-08-22
1
-18
/
+12
*
i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a buffer
Richard Levitte
2018-08-11
2
-4
/
+16
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-4
/
+0
*
Make EVP_PKEY_asn1_new() stricter with its input
Richard Levitte
2018-08-07
1
-0
/
+12
*
asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.
Andy Polyakov
2018-08-01
1
-12
/
+23
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
1
-0
/
+3
*
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
David von Oheimb
2018-06-18
3
-2
/
+4
*
Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functions
Matt Caswell
2018-06-08
1
-0
/
+16
*
Limit scope of CN name constraints
Viktor Dukhovni
2018-05-23
1
-50
/
+0
*
a_strex.c: prevent out of bound read in do_buf()
Dr. Matthias St. Pierre
2018-05-02
2
-2
/
+24
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
a_strex.c: improve documentation of 'tag2nbyte' lookup table
Dr. Matthias St. Pierre
2018-04-24
1
-6
/
+16
*
p5_scrypt.c: fix error check of RAND_bytes() call
Dr. Matthias St. Pierre
2018-04-17
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
9
-9
/
+9
*
Set error code on alloc failures
Rich Salz
2018-04-03
11
-24
/
+51
*
Fix a text canonicalisation bug in CMS
Matt Caswell
2018-04-03
1
-3
/
+5
*
Update copyright year
Matt Caswell
2018-04-03
2
-2
/
+2
*
Don't write out a bad OID
Matt Caswell
2018-03-27
1
-0
/
+2
*
Limit ASN.1 constructed types recursive definition depth
Matt Caswell
2018-03-27
2
-16
/
+35
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Add functions for setting the new EVP_PKEY_ASN1_METHOD functions
Matt Caswell
2018-03-15
1
-0
/
+17
*
Integrate X448 and Ed448 into libcrypto
Matt Caswell
2018-03-02
1
-0
/
+2
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
Generate copyright year properly
Rich Salz
2018-02-13
2
-2
/
+4
*
Update copyright year
Matt Caswell
2018-02-13
2
-2
/
+2
*
Fix error-path memory leak in asn_mime.c
Todd Short
2018-01-24
1
-0
/
+1
*
Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()
Richard Levitte
2018-01-23
1
-4
/
+15
*
Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"
Richard Levitte
2018-01-23
1
-5
/
+0
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-2
/
+2
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
1
-5
/
+6
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
3
-7
/
+7
*
Support public key and param check in EVP interface
Paul Yang
2017-11-20
1
-0
/
+12
*
asn1/a_strex.c: fix flags truncation in do_esc_char.
Andy Polyakov
2017-11-13
1
-8
/
+7
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-1
/
+1
*
Add error handling in dsa_main and ASN1_i2d_bio.
Pavel Kopyl
2017-11-03
1
-0
/
+3
*
EVP_PKEY_asn1_add0(): Check that this method isn't already registered
Richard Levitte
2017-10-30
1
-0
/
+5
*
EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methods
Richard Levitte
2017-10-30
1
-0
/
+18
*
asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()
Richard Levitte
2017-10-24
1
-2
/
+7
*
asn1_item_embed_new(): don't free an embedded item
Richard Levitte
2017-10-24
3
-9
/
+4
*
asn1_item_embed_new(): don't free an embedded item
Richard Levitte
2017-10-23
1
-2
/
+4
*
Remove duplicate assignment.
KaoruToda
2017-10-21
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
18
-79
/
+79
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
4
-8
/
+8
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
1
-1
/
+1
*
Fix overflow in c2i_ASN1_BIT_STRING.
David Benjamin
2017-09-19
1
-0
/
+6
*
Fix return value of ASN1_TIME_compare
Todd Short
2017-08-30
1
-1
/
+1
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
[next]