summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Replace uint8 with uint8_t.Simon Josefsson2005-12-0931-157/+151
* Remove unused types, to start the transition to the POSIX integerSimon Josefsson2005-12-091-5/+0
* ULONG_MAX should be in limits.h, so include it at the right place.Simon Josefsson2005-12-092-3/+1
* Fix mem leaks.Simon Josefsson2005-12-081-4/+4
* Fix mem leak.Simon Josefsson2005-12-081-0/+1
* Fix.Simon Josefsson2005-12-081-0/+3
* (gnutls_x509_privkey_import_pkcs8): Handle unencrypted PEM keys.Simon Josefsson2005-12-081-4/+2
* Support reading X.509 credentials from PKCS#12 files.Simon Josefsson2005-12-081-0/+278
* Corrected bugs in session resumption. Bugs reported by Yoann Vandoorselare.Nikos Mavrogiannopoulos2005-12-021-16/+23
* Some fixes in session resumption and prototypes. Based on patches and suggest...Nikos Mavrogiannopoulos2005-11-302-0/+11
* added some clarification about the encryption status.Nikos Mavrogiannopoulos2005-11-181-1/+2
* some more fixes for PSK.Nikos Mavrogiannopoulos2005-11-162-9/+15
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-1613-118/+376
* some documentation updatesNikos Mavrogiannopoulos2005-11-151-3/+4
* gnutls_anon_set_params_function was renamed to gnutls_anon_set_server_params_...Nikos Mavrogiannopoulos2005-11-152-4/+4
* get_rsa_params was converted to behave similarly to get_dh_params.Nikos Mavrogiannopoulos2005-11-155-13/+13
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-1529-202/+525
* Dist auth_psk.h.Simon Josefsson2005-11-151-1/+1
* Fix error messages; PSK also use the SRP errors.Simon Josefsson2005-11-151-2/+2
* Doc fix.Simon Josefsson2005-11-151-5/+6
* Include config.h first. Tiny patch from Albert Chin <gnutls-dev@mlists.thewr...Simon Josefsson2005-11-146-7/+7
* Tru64 UNIX 4.0D has mmap() but doesn't define MAP_FAILED, tiny patch from Alb...Simon Josefsson2005-11-141-0/+3
* removed the RIPEMD ciphersuites.Nikos Mavrogiannopoulos2005-11-121-41/+0
* some documentation updates.Nikos Mavrogiannopoulos2005-11-122-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2005-11-081-1/+0
* fixed bug in session packing for anonymous connections.Nikos Mavrogiannopoulos2005-11-081-6/+6
* Use GNU coding style.Simon Josefsson2005-11-07145-28272/+32002
* more psk stuffNikos Mavrogiannopoulos2005-11-074-754/+256
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-0722-327/+2362
* Doc fix, suggested by Daniel Stenberg <daniel@haxx.se>.Simon Josefsson2005-11-011-3/+4
* some type fixes.Nikos Mavrogiannopoulos2005-11-012-2/+3
* Some fixes in the certificate handling.Nikos Mavrogiannopoulos2005-10-302-4/+11
* Fix.Simon Josefsson2005-10-281-1/+1
* Fix depends.Simon Josefsson2005-10-281-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2005-10-271-1/+1
* The check for insecure algorithms is only performed on non-self signed certif...Nikos Mavrogiannopoulos2005-10-271-2/+6
* Don't accept MD2/MD5 hashes when verifying X.509 certificate signatures.Simon Josefsson2005-10-271-1/+30
* Get public prototypes from gnutls/x509.h instead.Simon Josefsson2005-10-274-53/+7
* Fix prototype.Simon Josefsson2005-10-271-1/+1
* Get exported function prototypes from gnutls/x509.h instead.Simon Josefsson2005-10-271-21/+2
* Add.Simon Josefsson2005-10-271-0/+1
* Add MD2.Simon Josefsson2005-10-271-0/+6
* Add MD2.Simon Josefsson2005-10-271-2/+2
* Fix zero size send.Simon Josefsson2005-10-231-1/+1
* Initialize gcrypt here, for now, to make sure it is done even ifSimon Josefsson2005-10-181-6/+28
* Fixes to make GC work again.Simon Josefsson2005-10-174-10/+10
* Don't link to gc directly.Simon Josefsson2005-10-172-4/+8
* Remove unused prototypes.Simon Josefsson2005-10-121-7/+0
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-2712-45/+64
* Revert stupid program_name workaround, patch from Martin LambersSimon Josefsson2005-09-211-3/+0