summaryrefslogtreecommitdiff
path: root/lib/x509/dn.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix warnings.Simon Josefsson2008-08-281-1/+1
* Indent code.Simon Josefsson2008-07-021-30/+35
* Doc markup for newly added APIs.Simon Josefsson2008-04-281-0/+8
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-98/+99
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+1
* Added gnutls_x509_dn_export(). Patch by Joe Orton.Nikos2008-02-241-0/+39
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-191-0/+79
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-1/+4
* Don't write to buf if *sizeof_buf==0.Simon Josefsson2007-02-131-1/+1
* Support (RSA-)SHA-256/384/512.Simon Josefsson2007-02-051-1/+1
* use snprintf() instead of multiple calls to str_cpy() and str_cat().Nikos Mavrogiannopoulos2006-04-031-54/+35
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-2/+2
* Include config.h first. Tiny patch from Albert Chin <gnutls-dev@mlists.thewr...Simon Josefsson2005-11-141-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-656/+744
* *** empty log message ***Nikos Mavrogiannopoulos2005-05-281-1/+1
* correct the behaviour in DN parsing. Return the correct size when requested.Nikos Mavrogiannopoulos2005-05-281-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fixed pkcs12 friendly name and local key identifier decoding.Nikos Mavrogiannopoulos2005-04-121-5/+8
* Doc fix.Simon Josefsson2005-02-061-16/+17