summaryrefslogtreecommitdiff
path: root/lib/x509/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-135/+97
* Indent codeZoltan Fridrich2023-01-271-62/+46
* devel: suppress cppcheck 2.5 false-positivesDaiki Ueno2021-08-041-5/+5
* ASN1 : Remove warnings related to old libtasn1 namingsLeonardo Bras2021-05-211-12/+12
* Support for Generalname registeredID from RFC 5280 in subject alt nameKarsten Ohme2019-07-221-0/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* reduce common asserts to assist in debugging the libraryNikos Mavrogiannopoulos2017-08-151-1/+0
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-061-6/+6
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* x509: added flag to indicate modification in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-071-0/+3
* x509: introduced functions to set an othername alternative nameNikos Mavrogiannopoulos2016-01-081-2/+53
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-4/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-2/+2
* export x509_crt_to_raw_pubkey() in x509/common.h and prefixed s/get_extension...Nikos Mavrogiannopoulos2014-09-101-7/+7
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-201-3/+3
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-191-540/+125
* Corrected error checking in _gnutls_x509_ext_gen_proxyCertInfoNikos Mavrogiannopoulos2014-03-141-3/+3
* corrected empty name checkNikos Mavrogiannopoulos2014-02-191-2/+2
* Allow empty names.Nikos Mavrogiannopoulos2014-02-191-2/+6
* Added check for nullNikos Mavrogiannopoulos2014-02-191-0/+3
* Added support for name constraints X.509 extension.Nikos Mavrogiannopoulos2014-02-171-18/+35
* simplified functions.Nikos Mavrogiannopoulos2013-11-101-100/+63
* reindented codeNikos Mavrogiannopoulos2013-11-081-1152/+1075
* 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/+2
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-3/+3
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-3/+0
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-8/+8
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Make more functions available internally (for OCSP).Simon Josefsson2011-11-101-4/+3
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-3/+3
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-284/+284
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-1/+1
* Reduce stack usage.Simon Josefsson2009-06-011-4/+20
* Fix mem leak.Simon Josefsson2009-06-011-1/+1
* Use modern libtasn1 interfaces.Simon Josefsson2009-03-041-6/+6
* Indent.Simon Josefsson2008-10-081-66/+75
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-1/+0
* Added gnutls_x509_crq_set_key_purpose_oid and gnutls_x509_crq_get_key_purpose...Nikos Mavrogiannopoulos2008-10-041-2/+0
* set global maximum size for certificate requests' extensions size.Nikos Mavrogiannopoulos2008-10-041-1/+1
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-041-73/+107
* Added functions to handle and set CRL extensions.Nikos Mavrogiannopoulos2008-10-031-34/+238
* output.c: Can properly print IP addresses in certificates.Nikos Mavrogiannopoulos2008-09-201-7/+19