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
/
lib
/
libcrypto
/
ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plug a leak of ASN1_INTEGR in def_serial_cb()
tb
2023-08-22
1
-4
/
+7
*
Set OPENSSL_NO_ENGINE, remove engine code
tb
2023-07-28
1
-1
/
+3
*
Unbreak the namespace build after a broken mk.conf and tool misfire had
beck
2023-07-07
2
-2
/
+4
*
Hide symbols in ts
beck
2023-07-07
11
-11
/
+199
*
Remove TS_VERIFY_CTX_init()
tb
2023-04-25
2
-11
/
+2
*
Mark TS_VERIFY_CTX_init() for removal
tb
2023-04-16
1
-1
/
+3
*
Inline only use of TS_VERIFY_CTX_init()
tb
2023-03-31
1
-2
/
+2
*
Make header guards of internal headers consistent
tb
2022-11-26
1
-2
/
+2
*
Make internal header file names consistent
tb
2022-11-26
3
-9
/
+9
*
Make structs in ts.h opaque
tb
2022-09-11
2
-215
/
+223
*
Prepare to resurrect TS_RESP_CTX_set_time_cb()
tb
2022-07-24
2
-2
/
+14
*
Prepare to provide TS_VERIFY_CTX accessors
tb
2022-07-24
2
-2
/
+79
*
Prepare to provide various TS_STATUS_INFO accessors
tb
2022-07-24
2
-2
/
+34
*
Start making ts opaque
tb
2022-07-24
9
-49
/
+132
*
Fix file names in comments.
tb
2022-07-23
1
-7
/
+7
*
Handle X509_check_purpose(3) and EVP_get_digestbyobj(3)
kn
2022-07-17
1
-2
/
+5
*
Add initial support for ESSCertIDv2 verification
kn
2022-07-17
1
-19
/
+99
*
Add ESSCertIDv2 ASN.1 boilerplate
kn
2022-07-16
2
-2
/
+170
*
Avoid direct X509 structure access
kn
2022-07-16
2
-12
/
+12
*
Zap duplicate ERR_load_TS_strings() prototype
kn
2022-07-16
1
-3
/
+1
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
2
-13
/
+2
*
Include evp_locl.h where it will be needed once most structs from
tb
2021-12-12
2
-2
/
+4
*
Add #include "bn_lcl.h" to the files that will soon need it.
tb
2021-12-04
1
-1
/
+2
*
Cache sha512 hash and parsed not_before and not_after with X509 cert.
beck
2021-11-04
2
-7
/
+14
*
Move the now internal X.509-related structs into x509_lcl.h.
tb
2021-11-01
3
-3
/
+9
*
call the API function X509_NAME_cmp(3) instead of the obsolete,
schwarze
2021-07-02
1
-2
/
+2
*
Make TS_compute_imprint a bit more robust.
tb
2021-05-02
1
-20
/
+28
*
Prevent double free in int_TS_RESP_verify_token
tb
2021-05-01
1
-1
/
+2
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
1
-2
/
+2
*
Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3).
tb
2018-05-13
2
-4
/
+5
*
Add const qualifier to the ASN1_OBJ * argument of
tb
2018-05-13
3
-11
/
+11
*
Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and
tb
2018-04-14
1
-3
/
+2
*
Send the function codes from the error functions to the bit bucket,
beck
2017-01-29
8
-139
/
+81
*
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
jsing
2016-12-27
1
-4
/
+1
*
More X509_STORE_CTX_set_*() return value checks.
miod
2016-11-05
1
-2
/
+4
*
Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with
jsing
2016-11-04
1
-21
/
+17
*
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
mmcc
2016-03-11
1
-3
/
+2
*
Replace M_ASN1_GENERALIZEDTIME_(new|free) with
jsing
2015-09-30
1
-2
/
+2
*
Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.
jsing
2015-09-10
1
-4
/
+4
*
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
jsing
2015-07-29
2
-4
/
+4
*
Expand ASN.1 template macros - the generated assembly only differs by
jsing
2015-07-24
1
-51
/
+341
*
Verify ASN1 objects types before attempting to access them as a particular
miod
2015-07-19
1
-1
/
+3
*
Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()
miod
2015-07-19
1
-5
/
+11
*
Put explicit braces around assignment used in a conditional.
miod
2015-07-19
1
-2
/
+2
*
Do not allow TS_check_signer_name() with signer == NULL from
miod
2015-07-15
1
-1
/
+4
*
Enable building with -DOPENSSL_NO_DEPRECATED.
doug
2015-02-11
1
-1
/
+2
*
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy
miod
2015-02-10
1
-3
/
+1
*
Manually expand ASN1_ITEM_rptr macros that should have been expanded with
jsing
2015-02-10
1
-10
/
+10
*
Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible
jsing
2015-02-10
1
-10
/
+55
*
Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the
jsing
2015-02-10
1
-10
/
+226
[next]