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 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
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
2
-3
/
+5
*
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
Richard Levitte
2017-08-25
3
-12
/
+3
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
12
-156
/
+47
*
Remove OPENSSL_assert() from crypto/asn1/bio_asn1.c
Matt Caswell
2017-08-21
1
-1
/
+3
*
Revert "Add some casts for %j"
Rich Salz
2017-08-15
1
-2
/
+2
*
Add some casts for %j
Rich Salz
2017-08-15
1
-2
/
+2
*
Add missing include of cryptlib.h
Rich Salz
2017-08-06
1
-1
/
+1
*
Consolidate to a single asn1_time_from_tm() function
Todd Short
2017-08-04
5
-163
/
+154
*
asn1/a_time.c: make handling of 'fractional point' formally correct.
Andy Polyakov
2017-08-01
1
-17
/
+20
*
Refactor ASN1_TIME_print functions
Paul Yang
2017-07-31
3
-92
/
+47
*
Fix coding style nits in crypto/asn1/a_strnid.c
Paul Yang
2017-07-28
1
-10
/
+16
*
Fix trivial coding style nits in a_time/a_tm files
Pauli
2017-07-27
4
-25
/
+23
*
make scrypt ASN.1 parameter functions public
Hubert Kario
2017-07-26
2
-11
/
+5
*
Fix nid assignment in ASN1_STRING_TABLE_add
lolyonok
2017-07-24
1
-1
/
+2
*
Improve struct tm population
Pauli
2017-07-24
1
-0
/
+33
*
Add asn1_time_to_tm function and check days in month
Paul Yang
2017-07-24
4
-270
/
+202
*
Change return (x) to return x
Pauli
2017-07-13
1
-14
/
+14
*
Avoid having an unsigned integer decrement below zero.
Pauli
2017-07-13
1
-11
/
+18
*
Memory bounds checking in asn1 code.
Pauli
2017-07-06
6
-48
/
+55
*
Undo commit d420ac2
Rich Salz
2017-07-05
6
-25
/
+17
*
Cleanup some copyright stuff
Rich Salz
2017-07-01
1
-5
/
+0
*
Make asn1_d2i_read_bio accessible from STORE
Richard Levitte
2017-06-29
1
-3
/
+2
*
Introduce ASN1_TIME_set_string_X509 API
Rich Salz
2017-06-11
3
-19
/
+141
*
Fix #340: Parse ASN1_TIME to struct tm
Todd Short
2017-06-08
1
-8
/
+15
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-239
/
+300
*
Add some OID's from X.520
Erwann Abalea
2017-05-31
1
-1
/
+4
[next]