summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.h
Commit message (Expand)AuthorAgeFilesLines
* Corrected bugs in gnutls_x509_rdn_get(). Added a test to print the server's t...Nikos Mavrogiannopoulos2003-02-141-4/+8
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-2/+2
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-2/+2
* renamed gnutls_x509_fingerprint to gnutls_fingerprint.Nikos Mavrogiannopoulos2003-02-101-26/+0
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-22/+2
* More stuff for the new certificate API.Nikos Mavrogiannopoulos2003-02-071-2/+2
* * Added gnutls_pkcs3_extract_dh_params() and gnutls_pkcs3_export_dh_params()Nikos Mavrogiannopoulos2003-02-031-1/+5
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-0/+4
* Added gnutls_x509_extract_certificate_ca_status() which returnsNikos Mavrogiannopoulos2003-01-081-0/+1
* Added the gnutls_x509_extract_dn_string() function.Nikos Mavrogiannopoulos2002-12-121-0/+2
* some cleanups.Nikos Mavrogiannopoulos2002-12-061-2/+4
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. Improv...Nikos Mavrogiannopoulos2002-11-201-16/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-121-4/+0
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+1
* Added int gnutls_x509_check_certificates_hostname() which check whetherNikos Mavrogiannopoulos2002-10-091-0/+2
* Added gnutls_x509_extract_certificate_dn_string() which returns the peer's Di...Nikos Mavrogiannopoulos2002-10-071-0/+2
* rolled back addition of certificate_get_our_issuer() function.Nikos Mavrogiannopoulos2002-10-051-1/+0
* Corrected bug which prevented gnutls_certificate_get_ours() from working.Nikos Mavrogiannopoulos2002-10-041-0/+1
* Improved gnutls_x509_extract_key_pk_algorithm(), which can now distinguish DS...Nikos Mavrogiannopoulos2002-10-041-2/+2
* Added function to extract the public key algorithm of a DER encoded private key.Nikos Mavrogiannopoulos2002-10-011-0/+1
* Updated the base64 encoding/decoding functions.Nikos Mavrogiannopoulos2002-09-011-4/+4
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-20/+21
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-0/+3
* Added defines for old function names.Nikos Mavrogiannopoulos2002-07-051-0/+4
* Made the xml convertion functions more mnemonic. Several other fixes in the c...Nikos Mavrogiannopoulos2002-06-301-1/+1
* _func abreviation is no longer used. Functions renamed to _function.Nikos Mavrogiannopoulos2002-06-191-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-161-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-141-1/+1
* Added XML extraction from an X.509 certificate. Only some basic functionality...Nikos Mavrogiannopoulos2002-06-141-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-091-0/+3
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-24/+0
* Corrected prototypes for callback selector functions, which now accept the st...Nikos Mavrogiannopoulos2002-05-111-3/+3
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-2/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-281-0/+3
* added gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-261-0/+1
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-0/+1
* added missing prototypesNikos Mavrogiannopoulos2002-03-181-1/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-111-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-241-1/+1
* Changed srp callback function parameters.Nikos Mavrogiannopoulos2002-02-141-1/+1
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-3/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-091-1/+3
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-4/+8
* removed gnutls_certificate_get_ours_index()Nikos Mavrogiannopoulos2002-02-071-1/+0
* Modified gnutls_x509_extract_subject_alt_name() to return the type,Nikos Mavrogiannopoulos2002-02-061-2/+1
* Added function which returns the subjectAltName (subject_dns_name wasNikos Mavrogiannopoulos2002-02-061-1/+7
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-051-5/+5
* Changes for gnutls_openpgp_name structureNikos Mavrogiannopoulos2002-02-041-1/+1
* Now OpenPGP uses its own context for DN.Timo Schulz2002-02-041-0/+5
* renamed the gnutls_dn structure to gnutls_x509_dnNikos Mavrogiannopoulos2002-02-031-6/+6