summaryrefslogtreecommitdiff
path: root/lib/x509/crl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Doc fixes.Simon Josefsson2012-01-241-6/+10
* Added SinceNikos Mavrogiannopoulos2012-01-221-0/+2
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-211-48/+125
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-3/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-101-4/+4
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-1/+5
* documentation fixesNikos Mavrogiannopoulos2011-07-231-34/+34
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* use correct pointer size.Nikos Mavrogiannopoulos2011-04-071-2/+2
* documentation fixes.Nikos Mavrogiannopoulos2011-03-231-1/+1
* Doc fix of new function.Simon Josefsson2011-02-231-4/+6
* The internal subsystem uses the new certificate verification functions.Nikos Mavrogiannopoulos2011-01-311-0/+57
* Added a new API to verify certificates. It is more efficient andNikos Mavrogiannopoulos2011-01-311-0/+131