index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
OPENBSD_7_8
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
asn1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid leaking memory that was already allocated in ASN1_item_new().
tb
2018-11-09
1
-5
/
+1
*
Fix a buffer overrun in asn1_parse2().
tb
2018-11-09
1
-4
/
+7
*
Add const to the data argument of ASN1_set{,_int}_octetstring().
tb
2018-11-09
2
-6
/
+6
*
Remove some function prototypes that should have been removed in the
jsing
2018-11-08
1
-10
/
+2
*
whitespace
tb
2018-11-02
1
-2
/
+2
*
Remove a bunch of ancient and highly crufty ASN.1 related code from
jsing
2018-10-24
6
-1352
/
+19
*
Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0
tb
2018-10-20
1
-5
/
+6
*
Simplify initialization of asn1_cb; use correct spelling of NULL.
tb
2018-09-17
1
-4
/
+2
*
Add consts to EVP_PKEY_asn1_set_private()
tb
2018-08-24
2
-4
/
+4
*
After removing support for broken PKCS#8 formats (it was high time),
tb
2018-08-24
1
-3
/
+3
*
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
tb
2018-08-24
1
-45
/
+30
*
Turn a number of #defines into proper functions with prototypes matching
tb
2018-08-24
1
-1
/
+31
*
Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set.
bcook
2018-08-05
1
-2
/
+2
*
As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no need
tb
2018-05-24
1
-42
/
+10
*
The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const.
tb
2018-05-19
2
-4
/
+4
*
Add a const qualifier to the 'X509_NAME *' argument of
tb
2018-05-18
2
-6
/
+8
*
Use recallocarray() instead of OPENSSL_realloc_clean().
jsing
2018-05-13
2
-8
/
+4
*
Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3).
tb
2018-05-13
1
-2
/
+2
*
Cleanup c2i_ASN1_BIT_STRING() code.
jsing
2018-05-12
1
-20
/
+23
*
Add a missing bounds check in c2i_ASN1_BIT_STRING().
jsing
2018-05-12
1
-1
/
+6
*
Convert a handful of X509_*() functions to take const as in OpenSSL.
tb
2018-05-01
3
-10
/
+10
*
const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of
tb
2018-05-01
2
-5
/
+5
*
Put function name on a separate line and zap stray whitespace.
tb
2018-04-25
1
-3
/
+4
*
remove whitespace before closing parens
tb
2018-04-25
1
-5
/
+5
*
Add const to functions in asn1/asn1.h as they did in OpenSSL.
tb
2018-04-25
16
-85
/
+89
*
Make the NULL check a separate if statement for readability and
tb
2018-04-23
1
-2
/
+4
*
Make X509_CRL_METHOD_free() NULL-safe.
tb
2018-04-23
1
-2
/
+2
*
make ENGINE_finish() succeed on NULL and simplify callers as in
tb
2018-04-14
1
-5
/
+3
*
Revert revision 1.12 commit. Although *pval looks like a C pointer,
bluhm
2018-04-06
1
-2
/
+5
*
Avoid leaking str if EVP_Digest() fails.
tb
2018-04-06
1
-3
/
+6
*
Limit ASN.1 constructed types recursive definition depth
inoguchi
2018-03-29
3
-22
/
+45
*
Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning it
jsing
2018-03-17
1
-6
/
+16
*
Provide X509_REVOKED_dup().
jsing
2018-03-17
1
-1
/
+7
*
Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().
jsing
2018-02-22
1
-1
/
+13
*
Provide X509_REQ_get_signature_nid().
jsing
2018-02-22
1
-1
/
+7
*
Provide X509_NAME_get0_der().
jsing
2018-02-20
1
-1
/
+14
*
Provide X509_REQ_get0_signature()
jsing
2018-02-20
1
-1
/
+11
*
Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().
jsing
2018-02-20
1
-1
/
+23
*
Provide X509_get0_extensions() and X509_get0_signature()
jsing
2018-02-17
1
-1
/
+11
*
Provide ASN1_STRING_get0_data().
jsing
2018-02-14
2
-3
/
+10
*
Provide X509_get_signature_nid().
jsing
2018-02-14
1
-1
/
+7
*
Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
jsing
2017-11-28
1
-81
/
+78
*
Put the opening curly brace in the right place.
jsing
2017-08-28
1
-2
/
+3
*
Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls
beck
2017-08-27
1
-3
/
+1
*
Add ability to clamp a notafter to values representable in a 32 bit time_t
beck
2017-08-13
2
-2
/
+20
*
Add ASN1_TIME_set_tm to set an asn1 from a struct tm *
beck
2017-05-06
2
-2
/
+13
*
use freezero() instead of memset/explicit_bzero + free. Substantially
deraadt
2017-05-02
4
-31
/
+14
*
Fix silly code that printfs NULL when there are no fractional seconds
beck
2017-04-03
1
-2
/
+2
*
Send the function codes from the error functions to the bit bucket,
beck
2017-01-29
46
-550
/
+324
*
Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.
jsing
2017-01-21
2
-8
/
+38
[prev]
[next]