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
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
2015-07-16
Check return value of all used functions in OCSP_REQUEST_print(); covers
Miod Vallat
2015-02-10
Manually expand ASN1_ITEM_rptr macros that should have been expanded with
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2014-10-28
Check the result of sk_*_push() operations for failure.
Miod Vallat
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-10-18
None of these need to include <openssl/rand.h>
Joel Sing
2014-10-03
Use string literals in printf style calls so gcc's -Wformat works.
Doug Hogan
2014-07-25
BIO_free() returns immediately when the sole input is NULL.
Doug Hogan
2014-07-13
The bell tolls for BUF_strdup - Start the migration to using
Bob Beck
2014-07-12
Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
[next]