summaryrefslogtreecommitdiff
path: root/lib/x509/x509_dn.c
Commit message (Expand)AuthorAgeFilesLines
* fix invalid unsigned arithmetic.ihsinme2020-12-011-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-05-111-1/+1
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-061-1/+1
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-251-0/+5
* Introduced new functions to allow multiple DN parsing modesNikos Mavrogiannopoulos2016-11-141-1/+32
* x509_dn: forbid non-supported escaped chars on DN encodingNikos Mavrogiannopoulos2016-10-311-14/+21
* x509_dn: allow arbitrary escaped stringsNikos Mavrogiannopoulos2016-10-311-3/+15
* gnutls_x509_crt_set_*dn, gnutls_x509_dn_set_str: honor the reverse property o...Nikos Mavrogiannopoulos2016-10-311-12/+64
* Moved the gnutls_x509_dn API functions to x509_dn.cdn-encodingNikos Mavrogiannopoulos2016-07-201-0/+291
* RFC4514 DN decoding: allow decoding of raw ('#') itemsNikos Mavrogiannopoulos2016-07-201-22/+39
* Added gnutls_x509_dn_set_str()Nikos Mavrogiannopoulos2016-07-191-3/+39
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* optimized escaped comma handlingNikos Mavrogiannopoulos2014-09-041-10/+13
* when setting a DN properly handle spaces and escaped commasNikos Mavrogiannopoulos2014-09-041-4/+27
* reindented codeNikos Mavrogiannopoulos2013-11-081-127/+133
* bug fix in gnutls_x509_crt_set_dn() at DN parsing.Nikos Mavrogiannopoulos2013-11-051-2/+3
* removed debugging infoNikos Mavrogiannopoulos2013-11-051-3/+1
* rewritten DN parsing code.Nikos Mavrogiannopoulos2013-01-251-56/+68
* use the non-locale dependent versions of isxxx functions.Nikos Mavrogiannopoulos2013-01-251-5/+6
* Added gnutls_x509_crt_set_issuer_dn().Nikos Mavrogiannopoulos2013-01-171-12/+26
* Added functions to directly set the DN in a certificate or request from an RF...Nikos Mavrogiannopoulos2013-01-151-0/+193