index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
ts
Age
Commit message (
Expand
)
Author
2024-08-26
replace atoi(3) usage with strtonum(3); ok/tweaks tb@
Omar Polo
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-04-15
And a pile of TS ASN.1 stuff becomes internal-only, too
Theo Buehler
2024-03-26
Change ts to only support one second precision.
Bob Beck
2024-03-25
Fix time conversion that broke regress.
Bob Beck
2024-03-24
Convert libressl to use the BoringSSL style time conversions
Bob Beck
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libcrypto
Theo Buehler
2023-08-22
Plug a leak of ASN1_INTEGR in def_serial_cb()
Theo Buehler
2023-07-28
Set OPENSSL_NO_ENGINE, remove engine code
Theo Buehler
2023-07-07
Unbreak the namespace build after a broken mk.conf and tool misfire had
Bob Beck
2023-07-07
Hide symbols in ts
Bob Beck
2023-04-25
Remove TS_VERIFY_CTX_init()
Theo Buehler
2023-04-16
Mark TS_VERIFY_CTX_init() for removal
Theo Buehler
2023-03-31
Inline only use of TS_VERIFY_CTX_init()
Theo Buehler
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-09-11
Make structs in ts.h opaque
Theo Buehler
2022-07-24
Prepare to resurrect TS_RESP_CTX_set_time_cb()
Theo Buehler
2022-07-24
Prepare to provide TS_VERIFY_CTX accessors
Theo Buehler
2022-07-24
Prepare to provide various TS_STATUS_INFO accessors
Theo Buehler
2022-07-24
Start making ts opaque
Theo Buehler
2022-07-23
Fix file names in comments.
Theo Buehler
2022-07-17
Handle X509_check_purpose(3) and EVP_get_digestbyobj(3)
Klemens Nanni
2022-07-17
Add initial support for ESSCertIDv2 verification
Klemens Nanni
2022-07-16
Add ESSCertIDv2 ASN.1 boilerplate
Klemens Nanni
2022-07-16
Avoid direct X509 structure access
Klemens Nanni
2022-07-16
Zap duplicate ERR_load_TS_strings() prototype
Klemens Nanni
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2021-12-04
Add #include "bn_lcl.h" to the files that will soon need it.
Theo Buehler
2021-11-04
Cache sha512 hash and parsed not_before and not_after with X509 cert.
Bob Beck
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-07-02
call the API function X509_NAME_cmp(3) instead of the obsolete,
Ingo Schwarze
2021-05-02
Make TS_compute_imprint a bit more robust.
Theo Buehler
2021-05-01
Prevent double free in int_TS_RESP_verify_token
Theo Buehler
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2018-05-13
Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3).
Theo Buehler
2018-05-13
Add const qualifier to the ASN1_OBJ * argument of
Theo Buehler
2018-04-14
Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
Joel Sing
2016-11-05
More X509_STORE_CTX_set_*() return value checks.
Miod Vallat
2016-11-04
Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with
Joel Sing
2016-03-11
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
Michael McConville
2015-09-30
Replace M_ASN1_GENERALIZEDTIME_(new|free) with
Joel Sing
2015-09-10
Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.
Joel Sing
2015-07-29
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
Joel Sing
2015-07-24
Expand ASN.1 template macros - the generated assembly only differs by
Joel Sing
2015-07-19
Verify ASN1 objects types before attempting to access them as a particular
Miod Vallat
2015-07-19
Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()
Miod Vallat
[next]