summaryrefslogtreecommitdiff
path: root/lib/x509/crl.c
Commit message (Expand)AuthorAgeFilesLines
* build: avoid potential integer overflow in array allocationDaiki Ueno2021-03-291-4/+3
* x509: clarify how to release memory allocated for DNDaiki Ueno2020-11-121-2/+2
* lib/x509: use common routine for parsing data versionDmitry Baryshkov2020-03-121-12/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* gnutls_x509_crt_list_import: eliminated memory leakNikos Mavrogiannopoulos2018-01-101-3/+5
* gnutls_x509_crl_get_issuer_dn: removed unnecessary constNikos Mavrogiannopoulos2017-08-181-1/+1
* Fix memleak in gnutls_x509_crl_list_import()Tim Rühsen2017-08-081-0/+1
* gnutls_x509_*_get_signature_algorithm: simplified error handlingNikos Mavrogiannopoulos2017-08-031-9/+7
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-21/+2
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-061-6/+6
* Introduced new functions to allow multiple DN parsing modesNikos Mavrogiannopoulos2016-11-141-3/+44
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* gnutls_x509_crl_list_import2 was ignoring the passed flags if all CTLs in the...Tim Kosse2016-07-281-1/+1
* several sign-related API changesNikos Mavrogiannopoulos2016-05-311-6/+6
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-101-1/+1
* x509: allow empty DNs on parsing for subject DNsNikos Mavrogiannopoulos2016-05-101-1/+1
* Added gnutls_x509_crl_get_signature_oidNikos Mavrogiannopoulos2016-04-131-0/+40
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-1/+1
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-32/+32
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-2/+2
* corrected gnutls_x509_crl_get_raw_issuer_dn()Nikos Mavrogiannopoulos2014-09-161-1/+1
* The get_raw_dn() functions were modified to work even if the certificate is g...Nikos Mavrogiannopoulos2014-09-041-2/+6
* when comparing a CA certificate with the trusted list compare the name and keyNikos Mavrogiannopoulos2014-09-021-1/+1
* avoid new allocations and keep a pointer to the DER data for DNNikos Mavrogiannopoulos2014-08-291-3/+1
* when importing a CRL keep the DER dataNikos Mavrogiannopoulos2014-08-291-15/+14
* Safer reinitialization of structures on re-import to avoid memory leaks.Nikos Mavrogiannopoulos2014-08-181-0/+3
* Re-initialize the ASN.1 structures on every importNikos Mavrogiannopoulos2014-08-171-5/+30
* fixed documentationNikos Mavrogiannopoulos2014-06-261-6/+6
* corrected the allocation size for CRL iterator.Nikos Mavrogiannopoulos2014-06-051-1/+1
* Made gnutls_x509_crl_iter_crt_serial() thread-safe by making the iterator exp...Nikos Mavrogiannopoulos2014-06-051-21/+46
* renamed gnutls_x509_crl_get_crt_serial2 to gnutls_x509_crl_iter_crt_serial.Nikos Mavrogiannopoulos2014-06-051-2/+2
* Added gnutls_x509_crl_get_crt_serial2(), a faster variant of gnutls_x509_crl_...Nikos Mavrogiannopoulos2014-06-041-0/+78
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+0
* fixed gdoc documentationNikos Mavrogiannopoulos2014-03-271-1/+1
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-1/+1
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-707/+662
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-051-63/+12
* Added new functions to get the LDAP DN in an allocated buffer.Nikos Mavrogiannopoulos2013-03-051-0/+27
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-2/+10
* doc updateNikos Mavrogiannopoulos2012-11-191-4/+4
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-1/+1
* corrected versionsNikos Mavrogiannopoulos2012-10-071-1/+1
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-25/+34
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-9/+2
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-3/+3
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-3/+3
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-3/+0