summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
|
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-11/+11
|
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-11/+11
| | | | leaving an API compatibility layer.
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-071-138/+97
| | | | documentation.
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-241-0/+6
| | | | See http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2331
* Handle GNUTLS_CRD_IA in print_info().Simon Josefsson2007-08-271-0/+3
|
* Use *_t types consistently.Simon Josefsson2007-08-131-15/+15
|
* Use gnutls_cipher_suite_info.Simon Josefsson2007-04-041-4/+28
|
* Don't hard code algorithm list.Simon Josefsson2007-04-041-45/+83
|
* Support gnutls-serv --authz-x509-attr-cert and --authz-saml-assertion.Simon Josefsson2007-02-221-1/+0
|
* Parse new MACs.Simon Josefsson2007-02-061-0/+6
|
* Typo in last commit.Simon Josefsson2007-02-061-6/+6
|
* Fix --list.Simon Josefsson2007-02-061-3/+7
|
* Support "TLS1.2" as protocol name.Simon Josefsson2006-11-251-1/+3
|
* replaced USE_OPENPGP ifdefs with ENABLE_OPENPGP.Nikos Mavrogiannopoulos2006-07-051-2/+5
|
* Indent.Simon Josefsson2006-03-081-15/+18
|
* gnutls-cli can now recognize services and port numbers with the -p option.Nikos Mavrogiannopoulos2006-03-051-0/+23
|
* Indent more.Simon Josefsson2005-12-151-7/+8
|
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-0/+7
|
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-0/+3
|
* Use GNU coding style.Simon Josefsson2005-11-071-505/+562
|
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+13
| | | | | * PSK ciphersuites have been added. * The session resumption data are now system independent.
* Use gnulib for inet_ntop.Simon Josefsson2005-09-241-25/+0
|
* Fix warnings.Simon Josefsson2005-09-231-3/+5
|
* Fix copyright.Simon Josefsson2005-08-241-9/+8
| | | | Fix rc/status checking in last commit.
* Use gnutls_certificate_verify_peers2, suggested by Daniel StenbergSimon Josefsson2005-08-241-7/+8
| | | | <daniel@haxx.se>.
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
|
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-1/+1
|
* --disable-extra-pki works again.Nikos Mavrogiannopoulos2005-01-261-0/+2
|
* Indent.Simon Josefsson2004-10-281-4/+4
|
* Oops, revert DES, not supported.Simon Josefsson2004-08-161-3/+0
|
* Support AES-256 and DES in --ciphers too.Simon Josefsson2004-08-161-2/+9
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-609/+552
|
* several improvementsNikos Mavrogiannopoulos2004-06-061-123/+247
|
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose ↵Nikos Mavrogiannopoulos2004-06-061-37/+31
| | | | is set. Some other minor fixes.
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-131-2/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-191-29/+21
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-111-4/+7
|
* Fixed a bug where 'server name' extension was always sent.Nikos Mavrogiannopoulos2004-02-101-2/+2
|
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-30/+41
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-031-16/+21
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-301-1/+1
|
* Added support for TLS 1.1Nikos Mavrogiannopoulos2003-12-291-1/+4
|
* *** empty log message ***gnutls_1_0_0Nikos Mavrogiannopoulos2003-12-041-2/+3
|
* eliminated some memory leaks and other fixes.Nikos Mavrogiannopoulos2003-12-011-0/+2
|
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-4/+0
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-221-1/+1
|
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-6/+7
|
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. ↵Nikos Mavrogiannopoulos2003-11-141-3/+4
| | | | Some other fixes in function types.
* Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.Nikos Mavrogiannopoulos2003-11-131-0/+3
|