summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Use better names in gnutls_certificate_print_formats_t.Simon Josefsson2008-02-211-9/+9
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-192-3/+87
* 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
* documentation updatesNikos2007-12-041-2/+2
* Indent.Simon Josefsson2007-12-031-40/+41
* 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
* Depend on libgcrypt 1.2.4 again (lose DSA2 functionality).Nikos2007-11-301-0/+7
* corrected bug in the new read_mpisNikos Mavrogiannopoulos2007-11-251-1/+3
* export_int was simplified are no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-259-40/+19
* variables for the time functions are not more rational.Nikos Mavrogiannopoulos2007-11-251-3/+7
* in RSA certificate parameters no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-252-30/+36
* corrected documentationNikos Mavrogiannopoulos2007-11-251-5/+4
* added support for PKCS #8 decoding of DSA keys.Nikos Mavrogiannopoulos2007-11-255-77/+156
* added ability to write DSA private keys.Nikos Mavrogiannopoulos2007-11-242-36/+120
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-111-23/+15
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-3030-30/+30
* replaced UNKNOWN_HASH_ALGORITHM WITH UNKNOWN_ALGORITHMNikos Mavrogiannopoulos2007-10-231-1/+1
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-122-1/+2
* * Added section "Selecting cryptographic key sizes" in gnutls.texiNikos Mavrogiannopoulos2007-10-121-5/+11
* added an assertion.Nikos Mavrogiannopoulos2007-10-091-0/+1
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-082-2/+7
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-072-763/+1
* Remove .cvsignore's.Simon Josefsson2007-09-101-15/+0
* Use *_t types consistently.Simon Josefsson2007-08-131-2/+2
* Use const and pointers to gnutls_datum_t in sign callback.Simon Josefsson2007-08-121-3/+3
* External signing callback interface.Simon Josefsson2007-08-101-1/+37
* Fix warnings on amd64, from Nikos.Simon Josefsson2007-06-081-6/+12
* (decode_pkcs8_key): If ASN.1 decoding fails after decrypting anSimon Josefsson2007-05-261-0/+19
* (decode_private_key_info): Translate asn1 errors properly. ReportedSimon Josefsson2007-05-261-1/+2
* Export gnutls_x509_crt_get_raw_dn, gnutls_x509_crt_get_raw_issuer_dn.Simon Josefsson2007-05-243-34/+30
* Fix mem leaks.Simon Josefsson2007-05-021-0/+5
* Write NULL in parameters for RSA signing.Simon Josefsson2007-04-181-2/+8
* Doc fix.Simon Josefsson2007-04-161-1/+1
* Fix warnings, tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-04-162-6/+6
* (gnutls_x509_crt_get_key_id): Don't fail on non-RSA/DSA public keys.Simon Josefsson2007-04-061-49/+98
* No need to error about unknown algorithm, it already says unknown.Simon Josefsson2007-03-281-1/+0
* (gnutls_x509_crt_set_version): Doc fix, tiny patch from Florian WeimerSimon Josefsson2007-03-151-2/+7
* Add credits.Simon Josefsson2007-02-241-2/+1
* Minor tweaks to proxy output.Simon Josefsson2007-02-221-7/+11
* Rename.Simon Josefsson2007-02-221-6/+6
* Remove.Simon Josefsson2007-02-221-5/+0
* Code cleanup and documentation of last patch.Simon Josefsson2007-02-221-23/+100
* Fix.Simon Josefsson2007-02-221-2/+2
* New APIs to deal with DN's. Patch from Howard Chu <hyc@symas.com>.Simon Josefsson2007-02-222-0/+66
* Indent.Simon Josefsson2007-02-161-4/+4