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
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libcrypto
/
asn1
/
asn1time.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
asn1: merge invalid generalized time tests into invalid time tests
joshua
2025-05-22
1
-16
/
+10
*
asn1time: indicate which comparison function failed
tb
2024-07-21
1
-4
/
+7
*
Eliminate last timegm() correctly this time
tb
2024-05-25
1
-5
/
+25
*
Revert previous
tb
2024-05-25
1
-10
/
+4
*
asn1time: another use of gmtime was hiding here
tb
2024-05-25
1
-4
/
+10
*
Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man page
beck
2024-04-08
1
-5
/
+45
*
asn1time: remove some debugging code
tb
2024-02-18
1
-3
/
+1
*
Tweak previous
tb
2024-02-18
1
-7
/
+6
*
Adjust regress test for memset() requested by jsing on review
tb
2024-02-18
1
-4
/
+18
*
Add regress coverage for the new API
tb
2024-02-18
1
-1
/
+195
*
Add regress coverage for ASN1_UTCTIME_cmp_time_t()
tb
2023-10-05
1
-5
/
+12
*
Add some coverage for ASN1_TIME_cmp_time_t() as well
tb
2023-10-02
1
-1
/
+14
*
Add regress coverage for ASN1_TIME_compare()
tb
2023-10-02
1
-1
/
+78
*
Minor asn1time tweaks
tb
2023-10-02
1
-26
/
+12
*
Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()
libressl-v3.8.1
job
2023-08-30
1
-1
/
+4
*
Convert from %i to %d
tb
2022-09-05
1
-29
/
+29
*
cast time_t to long long before printing for portability
tb
2022-09-05
1
-2
/
+2
*
cope with ASN1_TIME_set_string_X509() rename
anton
2022-07-05
1
-3
/
+3
*
Add valid time test from ruby regress, and check ASN1_time_to_tm
beck
2022-06-30
1
-1
/
+27
*
add valid utc time that should fail to parse as generalized
beck
2022-06-30
1
-2
/
+6
*
Add tests for times missing seconds, and to be able to test
beck
2022-06-30
1
-3
/
+43
*
Add new time manipulation funcitons that OpenSSL has exposed that
beck
2022-06-27
1
-2
/
+35
*
Fix missing return in asn1_compare_bytes()
jsing
2021-12-09
1
-1
/
+2
*
initialize pointer to avoid undefined free on failure
bcook
2015-12-28
1
-2
/
+2
*
Missing initializer; spotted by coverity.
miod
2015-10-25
1
-2
/
+2
*
Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL
jsing
2015-10-22
1
-1
/
+19
*
Fix case where we wanted to test ASN1_TIME_set_string() but were testing
jsing
2015-10-22
1
-2
/
+2
*
Change regress to not believe legacy times are valid
beck
2015-10-19
1
-65
/
+4
*
Add another invalid time, which is currently accepted.
jsing
2015-10-02
1
-1
/
+4
*
Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME.
jsing
2015-09-25
1
-39
/
+158
*
Add initial regress tests for ASN.1 times.
jsing
2015-09-25
1
-0
/
+349