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
/
ocsp
Age
Commit message (
Expand
)
Author
2024-08-28
Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp()
Theo Buehler
2024-08-28
Clean up and simplify OCSP_cert_id_new()
Theo Buehler
2024-08-28
Avoid reaching into X509_ALGOR in ocsp_certid_print()
Theo Buehler
2024-07-12
Fix the horrible and undocumented behaviour of X509_check_trust
Bob Beck
2024-07-08
Hide global _it variables in ocsp.h
Bob Beck
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-03-24
Convert libressl to use the BoringSSL style time conversions
Bob Beck
2024-03-02
Remove beck's ASN.1 time API from public visibility
Theo Buehler
2023-11-28
correct spelling of FALLTHROUGH
Jonathan Gray
2023-07-08
Hide symbols in cast, idea, and ocsp
Bob Beck
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-14
Make structs in ocsp.h opaque
Theo Buehler
2022-01-07
Add an essentially empty ocsp_local.h and include it in the files
Theo Buehler
2021-11-24
Fix OCSP_basic_verify() cert chain construction in case the
Theo Buehler
2021-11-24
Simplify slightly by using X509_get0_pubkey() thus eliminating the
Theo Buehler
2021-11-24
Fix a whitespace error that has annoyed me for way too long
Theo Buehler
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-11-01
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
Theo Buehler
2021-10-24
Prepare to provide a bunch of OCSP_resp_* getters.
Theo Buehler
2020-10-09
Fix leak or double free with OCSP_request_add0_id()
Theo Buehler
2018-11-25
spelling; from miod
Jason McIntyre
2018-08-24
Add const to two arguments of OCSP_cert_to_id()
Theo Buehler
2018-05-14
wrap an overlong line
Theo Buehler
2018-05-13
Add const qualifier to the path and url{,s} parameters of
Theo Buehler
2018-05-13
Add const qualifier to the X509_NAME *, ASN1_BIT_STRING *, and
Theo Buehler
2018-05-13
Add const qualifier to the ASN1_OBJECT * argument of:
Theo Buehler
2018-03-17
Provide OCSP_SINGLERESP_get0_id().
Joel Sing
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-30
Expand ASN1_ITEM_rptr macros - no change in preprocessor output.
Joel Sing
2016-12-30
Expand ASN1_ITEM_rptr macros - no change in generated assembly.
Joel Sing
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
Joel Sing
2016-12-27
Kill some #if 0 code that uses old-style ASN.1 encoding.
Joel Sing
2016-12-21
rewrite OCSP_parse_url to be sligthly less nasty and not have one byte buffer...
Bob Beck
2016-11-05
Check BIO_new*() for failure.
Miod Vallat
2016-11-05
X509_STORE_CTX_set_*() may fail, so check for errors.
Miod Vallat
2016-11-04
Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with
Joel Sing
2016-11-04
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
Bob Beck
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
Joel Sing
2016-07-16
Clean up OCSP_check_validity() a bit more.
Bob Beck
2016-07-05
remove unneeded duplicate call - spotted by jsing@
Bob Beck
2016-07-05
Add several fixes from OpenSSL to make OCSP work with intermediate
Bob Beck
2016-06-25
Fix from kinichiro.inoguchi@gmail.com to ensure that OCSP uses
Bob Beck
2016-06-25
Fix the ocsp code to actually check for errors when comparing time values
Bob Beck
2015-09-26
Use ASN1_item_dup() instead of ASN1_dup().
Joel Sing
2015-07-25
Expand ASN.1 template macros - no change in generated assembly.
Joel Sing
2015-07-19
Drop stupid (int) casts for the arguments of malloc() and friends. This is
Miod Vallat
[next]