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
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
...
*
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
beck
2016-11-04
2
-13
/
+16
*
Fix a short-read bug in the previous version of asn1_d2i_read_bio
bcook
2016-05-20
1
-26
/
+28
*
internal only negative types should not be handled here.
tedu
2016-05-04
3
-9
/
+3
*
be careful about consuming excessive memory by reading in chunks.
tedu
2016-05-04
1
-14
/
+37
*
revert the big change from yesterday to prepare for smaller commits.
tedu
2016-05-04
4
-40
/
+23
*
patch from openssl for multiple issues:
tedu
2016-05-03
4
-23
/
+40
*
explicit_bzero for asn1 objects on free. Too often these contain sensitive in...
beck
2016-03-17
1
-24
/
+27
*
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
mmcc
2016-03-11
1
-3
/
+2
*
explict_bzero for some asn1 free's - ok miod@
beck
2016-03-06
2
-3
/
+9
*
remove NULL-checks before free()
mmcc
2015-12-23
1
-5
/
+3
*
assign pointer NULL rather than 0
mmcc
2015-12-23
1
-2
/
+2
*
assign pointer to NULL rather than 0
mmcc
2015-12-23
1
-2
/
+2
*
initialize a pointer to NULL rather than 0
mmcc
2015-12-22
1
-2
/
+2
*
move initialization of buf up to quell warnings and make it obvious the err c...
beck
2015-12-12
1
-4
/
+5
*
prevent possibly use of uninitialized variable
beck
2015-12-12
1
-2
/
+2
*
make the counter a size_t as well, which quells a warning on visual studio 2015
beck
2015-12-12
1
-2
/
+3
*
Fix for OpenSSL CVE-2015-3195
beck
2015-12-04
1
-3
/
+8
*
Another change that is needed to restore the previous behaviour of
jsing
2015-10-22
1
-5
/
+3
*
Restore previous behaviour and allow
jsing
2015-10-22
1
-2
/
+7
*
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
beck
2015-10-19
5
-587
/
+324
*
Remove pointless externs - the structs are declared in the same files a
jsing
2015-10-16
1
-3
/
+1
*
Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const
jsing
2015-10-16
1
-3
/
+11
*
Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.
jsing
2015-10-16
1
-3
/
+1
*
Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.
jsing
2015-10-13
1
-5
/
+5
*
Rip the guts out of another gibbering horror of a time comparison function, and
beck
2015-10-08
2
-37
/
+24
*
revert previous accidental commit
beck
2015-10-08
2
-23
/
+36
*
Spelling in comment
beck
2015-10-08
3
-39
/
+25
*
prefer limits.h over sys/limits.h
bcook
2015-10-06
1
-3
/
+3
*
Make sure dot is not set after tz - fixes incorrect handling, which allows
jsing
2015-10-05
1
-2
/
+2
*
Apply some style(9), tweak a few things for readability and add some
jsing
2015-10-04
1
-36
/
+40
*
Flense the greasy black guts of unreadble string parsing code out of three areas
beck
2015-10-02
5
-179
/
+295
*
Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL.
jsing
2015-09-30
1
-30
/
+37
*
Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,
jsing
2015-09-30
1
-3
/
+5
*
s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/
jsing
2015-09-30
1
-2
/
+2
*
Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new).
jsing
2015-09-30
1
-3
/
+3
*
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
jsing
2015-09-30
4
-12
/
+12
*
Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free).
jsing
2015-09-30
1
-3
/
+3
*
Replace M_ASN1_GENERALIZEDTIME_(new|free) with
jsing
2015-09-30
2
-5
/
+5
*
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
jsing
2015-09-30
4
-14
/
+14
*
Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets
jsing
2015-09-30
1
-3
/
+1
*
Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to
jsing
2015-09-29
1
-3
/
+3
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
4
-11
/
+14
*
Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.
jsing
2015-09-10
1
-9
/
+9
*
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
jsing
2015-07-29
5
-12
/
+12
*
Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)
jsing
2015-07-29
1
-6
/
+5
*
Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be
jsing
2015-07-27
2
-10
/
+5
*
Place the ASN.1 template macros (and remaining implement macros) under
jsing
2015-07-25
1
-3
/
+6
*
Manually expand ASN.1 template macros - only change in generated assembly
jsing
2015-07-25
3
-16
/
+40
*
Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END
jsing
2015-07-24
4
-22
/
+106
*
Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs
jsing
2015-07-24
2
-6
/
+42
[prev]
[next]