summaryrefslogtreecommitdiff
path: root/lib/x509/ocsp_output.c
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_x509_read_value: don't count terminating null byte for OIDsNikos Mavrogiannopoulos2020-11-121-3/+3
* Add const to function arguments in lib/x509Tim Rühsen2019-12-071-4/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* ocsp: print response's signature algorithm in compact listingNikos Mavrogiannopoulos2017-06-201-16/+18
* x509 output: use the new functions for DN outputNikos Mavrogiannopoulos2016-11-141-10/+7
* x509 output: don't warn about insecure algorithm when unknownNikos Mavrogiannopoulos2016-04-091-1/+1
* ocsp_output: when next update is not present don't print error messageNikos Mavrogiannopoulos2015-11-281-12/+12
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* move all gettext definitions in gnutls_str.hNikos Mavrogiannopoulos2015-06-201-4/+1
* Check the OID size for match when comparing for the OCSP nonce extensionNikos Mavrogiannopoulos2015-05-261-2/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-051-6/+2
* only print about additional certificates if they are presentNikos Mavrogiannopoulos2014-11-141-1/+3
* OCSP printing: Add header in front of certificatesNikos Mavrogiannopoulos2014-11-141-0/+1
* replaced gnutls_ocsp_resp_get_responder_by_key with gnutls_ocsp_resp_get_resp...Nikos Mavrogiannopoulos2014-11-131-3/+3
* Added gnutls_ocsp_resp_get_responder_by_key()Nikos Mavrogiannopoulos2014-11-131-9/+20
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-6/+6
* stricter type usageNikos Mavrogiannopoulos2014-03-081-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-502/+523
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-2/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* print static strings without a printf-like function.Nikos Mavrogiannopoulos2013-01-231-5/+5
* Allow easier marking of insecure algorithms.Nikos Mavrogiannopoulos2012-11-081-1/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-221-2/+7
* More GTK-DOC warning fixes.Simon Josefsson2012-09-211-4/+4
* small fixesNikos Mavrogiannopoulos2012-01-291-2/+2
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-291-2/+2
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-281-2/+2
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-12/+9
* sign fixes.Nikos Mavrogiannopoulos2012-01-211-4/+4
* Add OCSP functionality.Simon Josefsson2012-01-201-0/+631