summaryrefslogtreecommitdiff
path: root/lib/x509/dn.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-769/+762
* Always escape printable strings the LDAP way, and avoid escaping hex encoded ...Nikos Mavrogiannopoulos2013-04-271-62/+2
* avoid duplicate memory allocation in _gnutls_x509_get_dn()Nikos Mavrogiannopoulos2013-03-081-113/+80
* Placed back _gnutls_x509_compare_raw_dn().Nikos Mavrogiannopoulos2013-03-061-0/+23
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-051-26/+0
* Added new functions to get the LDAP DN in an allocated buffer.Nikos Mavrogiannopoulos2013-03-051-0/+38
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+2
* LDAP string escaping was made stricter (rfc4514 conforming)Nikos Mavrogiannopoulos2012-11-251-34/+56
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-207/+25
* removed redundant checkNikos Mavrogiannopoulos2012-11-211-2/+2
* Added gnutls_x509_crt_set_policy()Nikos Mavrogiannopoulos2012-11-201-2/+13
* doc updateNikos Mavrogiannopoulos2012-11-191-2/+2
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-2/+4
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+32
* Corrected issuesNikos Mavrogiannopoulos2012-09-201-0/+6
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* gnutls_x509_dn_oid_name() was extended with a flags option that accepts curre...Nikos Mavrogiannopoulos2012-01-101-17/+1
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-101-3/+3
* Added gnutls_x509_dn_oid_name().Nikos Mavrogiannopoulos2012-01-091-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-12/+12
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-3/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-403/+403
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-2/+3
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-1/+1
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-5/+5
* The recognition of DN elements is now self contained. It does not need entrie...Nikos Mavrogiannopoulos2010-06-031-5/+2
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-7/+7
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-3/+3
* Fix off-by-one size computation that leads to truncated strings.Simon Josefsson2009-06-221-3/+4
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-1/+0
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-14/+12
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-2/+2
* Use modern libtasn1 interfaces.Simon Josefsson2009-03-041-12/+12
* Added more verbose information.Nikos Mavrogiannopoulos2009-02-221-0/+1
* Revert "Added more verbose debugging info"Nikos Mavrogiannopoulos2009-02-221-1/+0
* Added more verbose debugging infoNikos Mavrogiannopoulos2009-02-221-0/+1
* When reading data from a buffer (gnutls_string) avoid memmoving all remaining...Nikos Mavrogiannopoulos2008-11-231-3/+4
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-1/+1
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-3/+3
* Corrected several memory leaks reported by Sam. In some cases switchedNikos Mavrogiannopoulos2008-09-231-8/+15
* Remove dead code.Simon Josefsson2008-08-281-17/+2