summaryrefslogtreecommitdiff
path: root/lib/x509/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-83/+82
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-9/+18
* (gnutls_x509_crt_get_key_usage): Doc fix.Simon Josefsson2008-04-171-12/+12
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-9/+9
* Fix warning.Simon Josefsson2008-03-191-6/+11
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-6/+5
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move extensions.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move privkey.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move verify.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-191-3/+8
* corrected string handling in parse_general_name. Thanks to Andreas Metzler fo...Nikos2008-02-171-1/+3
* null terminate only printable strings.Nikos2008-02-151-5/+29
* Doc fix.esSimon Josefsson2007-12-061-53/+52
* Typo fix.Simon Josefsson2007-12-061-1/+1
* added gnutls_x509_crt_get_subject_alt_name2 to overcome some limitations ofNikos2007-12-021-8/+40
* (no commit message)Nikos2007-12-021-1/+1
* get_subject_alt_name() returns null terminated strings.Nikos2007-12-021-2/+5
* export_int was simplified are no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-251-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Fix warnings on amd64, from Nikos.Simon Josefsson2007-06-081-6/+12
* Export gnutls_x509_crt_get_raw_dn, gnutls_x509_crt_get_raw_issuer_dn.Simon Josefsson2007-05-241-26/+26
* (gnutls_x509_crt_get_key_id): Don't fail on non-RSA/DSA public keys.Simon Josefsson2007-04-061-49/+98
* Add credits.Simon Josefsson2007-02-241-2/+1
* Rename.Simon Josefsson2007-02-221-6/+6
* Code cleanup and documentation of last patch.Simon Josefsson2007-02-221-23/+100
* New APIs to deal with DN's. Patch from Howard Chu <hyc@symas.com>.Simon Josefsson2007-02-221-0/+61
* Simplify.Simon Josefsson2007-02-131-3/+2
* Don't access ret unless *ret_size>0.Simon Josefsson2007-02-131-1/+1
* Add gnutls_x509_crl_get_signature and gnutls_x509_crl_print.Simon Josefsson2007-02-131-1/+0
* (parse_general_name): Support GNUTLS_SAN_DN.Simon Josefsson2007-02-121-0/+12
* Doc fix.Simon Josefsson2007-02-121-0/+5
* Decode XMPP data. Suggested by Matthias Wimmer <m@tthias.eu>.Simon Josefsson2007-02-121-1/+51
* Add gnutls_x509_crt_get_signature.Simon Josefsson2007-02-081-0/+56
* Add gnutls_x509_crt_get_extension_data andSimon Josefsson2007-02-081-0/+113
* Fix.Simon Josefsson2007-02-081-4/+1
* Support XMPP OID.Simon Josefsson2007-02-081-0/+7
* Doc fix.Simon Josefsson2007-02-081-16/+17
* Support otherName SAN's.Simon Josefsson2007-02-081-41/+119
* Doc fix.Simon Josefsson2007-01-311-2/+2
* Add gnutls_x509_crt_get_proxy.Simon Josefsson2007-01-311-1/+64
* Support pathLenConstraint.Simon Josefsson2007-01-111-19/+56
* (gnutls_x509_crt_init): Don't set output parameter on failures,Simon Josefsson2006-09-241-15/+18
* use snprintf() instead of multiple calls to str_cpy() and str_cat().Nikos Mavrogiannopoulos2006-04-031-18/+11
* bug fixNikos Mavrogiannopoulos2006-03-311-4/+3
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-1/+1
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-983/+1146