summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* added wide wildcard hostname matching. Patch by Jean-Philippe Garcia Ballester.Nikos Mavrogiannopoulos2008-05-191-0/+232
|
* Don't run openpgpself if openpgp stuff wasn't built.Simon Josefsson2008-05-071-1/+9
|
* added crypto rng registration test.Nikos Mavrogiannopoulos2008-04-262-1/+65
|
* Run diff without parameters, to improve portability.Simon Josefsson2008-04-171-3/+3
| | | | | Based on HPUX recommendations in <http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.
* Force success.Simon Josefsson2008-02-261-0/+3
|
* Added, lost part of Joe's original gnutls_x509_dn_export patch.Simon Josefsson2008-02-251-0/+122
|
* Added gnutls_x509_dn_export(). Patch by Joe Orton.Nikos2008-02-241-1/+1
|
* Don't use credentials from files (causes problems with srcdir!=builddir).Simon Josefsson2008-02-211-10/+129
|
* some updatesNikos2008-02-192-6/+6
|
* added self test for openpgp connectionNikos2008-02-192-1/+417
|
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-192-2/+576
| | | | by Joe Orton.
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-181-6/+6
|
* changes for the new apiNikos2008-01-141-9/+9
|
* Use GPLv3 for self-tests.Simon Josefsson2007-12-0945-55/+53
|
* Support for Opaque PRF Input TLS extension.Simon Josefsson2007-09-202-0/+413
|
* Remove .cvsignore's.Simon Josefsson2007-09-1012-51/+0
|
* Fix warning. Tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-08-151-3/+3
|
* Use const and pointers to gnutls_datum_t in sign callback.Simon Josefsson2007-08-121-2/+2
|
* Fix warnings.Simon Josefsson2007-08-121-9/+9
|
* External signing callback interface.Simon Josefsson2007-08-102-1/+528
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * includes/gnutls/gnutls.h.in (gnutls_sign_func): New type. (gnutls_sign_callback_set): New function. * includes/gnutls/x509.h (gnutls_x509_privkey_sign_hash): New function. * lib/gnutls_x509.c (gnutls_certificate_set_x509_key_mem): Handle NULL key. Doc fix. * lib/gnutls_sig.c (_gnutls_tls_sign_hdata): Pass session to _gnutls_tls_sign. (_gnutls_tls_sign_params): Likewise. (_gnutls_tls_sign): Add new parameter 'session'. Call sign callback if appropriate. (gnutls_sign_callback_set): New function. * lib/gnutls_x509.c (read_key_mem): Support a NULL key. * lib/gnutls_int.h (internals_st): Add sign_func, sign_func_userdata. * lib/auth_dhe.c (gen_dhe_server_kx): Use length of certificate list to decide wheter to sign, not presence of private key. * lib/auth_cert.c (_gnutls_gen_cert_client_cert_vrfy): Likewise. * lib/auth_rsa_export.c (gen_rsa_export_server_kx): Likewise. * lib/auth_cert.c(_gnutls_get_selected_cert): Don't require that private key is present. * lib/auth_rsa_export.c (gen_rsa_export_server_kx): Don't check key size when key is not present, assume it is > 512 bits. * lib/x509/privkey.c (gnutls_x509_privkey_sign_hash): New function. * tests/Makefile.am: Add x509signself.
* Build x509self.Simon Josefsson2007-08-101-2/+3
|
* New file.Simon Josefsson2007-08-101-0/+494
|
* Can't use /dev/null as template under mingw32, probably really a bugSimon Josefsson2007-06-271-2/+4
| | | | in cfg+.
* Add self-test.Simon Josefsson2007-05-272-1/+82
|
* few more comments.Timo Schulz2007-05-141-7/+8
|
* Add simple openpgp test.Timo Schulz2007-05-143-0/+272
|
* Reorder to work around libtool bug.Simon Josefsson2007-05-121-1/+1
|
* Check return codes from init functions.Simon Josefsson2007-04-181-2/+6
|
* Need to init libgcrypt with secure memory hooks.Simon Josefsson2007-04-161-0/+3
|
* Need netinet/in.h. Tiny patch from Deanna PhillipsSimon Josefsson2007-03-211-0/+1
| | | | <deanna@sdf.lonestar.org>.
* Trim whitespace from 'wc' output. Tiny patch from Deanna PhillipsSimon Josefsson2007-03-211-10/+10
| | | | <deanna@sdf.lonestar.org>.
* Remove priority setting.Simon Josefsson2007-03-051-15/+5
| | | | Fix output.
* *** empty log message ***Simon Josefsson2007-02-221-0/+1
|
* Other cert.Simon Josefsson2007-02-221-20/+27
|
* Add dn.Simon Josefsson2007-02-221-1/+2
|
* Add.Simon Josefsson2007-02-221-0/+120
|
* Tests ipAddress SAN's too.Simon Josefsson2007-02-161-1/+90
|
* Test wildcard stuff too.Simon Josefsson2007-02-161-6/+276
|
* Fix mem leak.Simon Josefsson2007-02-161-0/+4
|
* *** empty log message ***Simon Josefsson2007-02-161-0/+5
|
* Add self test of rfc2818 server identity check.Simon Josefsson2007-02-164-1/+167
|
* Need config.h.Simon Josefsson2007-02-131-1/+5
|
* UPdate.Simon Josefsson2007-02-132-6/+3
|
* *** empty log message ***Simon Josefsson2007-02-132-0/+3
|
* Fix.Simon Josefsson2007-02-131-1/+2
|
* Add.Simon Josefsson2007-02-131-0/+2302
|
* Fix.Simon Josefsson2007-02-131-0/+11
|
* Unpack.Simon Josefsson2007-02-131-0/+2
|
* *** empty log message ***Simon Josefsson2007-02-131-0/+1
|
* Add.Simon Josefsson2007-02-131-0/+12
|