summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include abstract.h in releases.Nikos Mavrogiannopoulos2010-07-011-1/+1
* Correctly deinitialize crypto API handles.Nikos Mavrogiannopoulos2010-06-301-1/+4
* commented obscure HANDSHAKE_MAC_TYPE_10 and HANDSHAKE_MAC_TYPE_12.Nikos Mavrogiannopoulos2010-06-291-2/+2
* simplified locking code. Locking functions always exist but are dummies if noNikos Mavrogiannopoulos2010-06-293-16/+39
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-2911-82/+159
* Moved locking code to special file.Nikos Mavrogiannopoulos2010-06-295-182/+230
* Add pkcs11-vision rules.Simon Josefsson2010-06-293-1/+683
* Generated.Simon Josefsson2010-06-291-4/+74
* When copying a private key the sensitive flag can be set or not. This allowsNikos Mavrogiannopoulos2010-06-283-19/+31
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-287-28/+33
* Indented code.Nikos Mavrogiannopoulos2010-06-286-401/+446
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-2814-1822/+2096
* Added AES-128 to block ciphers.Nikos Mavrogiannopoulos2010-06-271-5/+7
* Corrected writing and reading order of security parameters.Nikos Mavrogiannopoulos2010-06-271-3/+4
* use 2.11.0 everywhereNikos Mavrogiannopoulos2010-06-272-2/+2
* Added gnutls_global_set_mutex() to allow settingNikos Mavrogiannopoulos2010-06-2710-43/+228
* Modified the cacertrsamd5 short-cut. The test was checking whetherNikos Mavrogiannopoulos2010-06-271-7/+7
* Fail on error.Nikos Mavrogiannopoulos2010-06-271-1/+1
* When generating private key allow usage of --pkcs-cipher flag.Nikos Mavrogiannopoulos2010-06-261-28/+30
* MAX_SRP_USERNAME -> MAX_USERNAME_SIZENikos Mavrogiannopoulos2010-06-267-9/+9
* We also require GNU make.Simon Josefsson2010-06-241-0/+1
* Use silent build rules.Simon Josefsson2010-06-244-0/+4
* removed OPRFI extension functions.Nikos Mavrogiannopoulos2010-06-221-19/+0
* removed OPRFI from makefile.Nikos Mavrogiannopoulos2010-06-221-7/+1
* When verifying certificates use the same algorithm whether the DO_NOT_ALLOW_SAMENikos Mavrogiannopoulos2010-06-211-17/+19
* Added news entry for EV-certificates.Nikos Mavrogiannopoulos2010-06-191-0/+6
* Corrected some tests. Added test to check whether the %COMPAT option isNikos Mavrogiannopoulos2010-06-193-47/+73
* Corrections in the new session packing code. Saving absolute positions in buf...Nikos Mavrogiannopoulos2010-06-192-24/+18
* Fixes in new extensions code that relate to SSL 3.0.Nikos Mavrogiannopoulos2010-06-194-6/+46
* version is 2.11.0Nikos Mavrogiannopoulos2010-06-191-1/+1
* Some updates in the PKCS11 text.Nikos Mavrogiannopoulos2010-06-191-32/+33
* Some updates on renegotiation textNikos Mavrogiannopoulos2010-06-191-11/+25
* Removed links for discussion of the COMPAT topic. I don't think they should b...Nikos Mavrogiannopoulos2010-06-191-13/+0
* Corrected example with %COMPAT.Nikos Mavrogiannopoulos2010-06-191-1/+1
* Added gnutls_sec_param_to_pk_bits() discussion.Nikos Mavrogiannopoulos2010-06-191-0/+14
* corrected text on AESNikos Mavrogiannopoulos2010-06-191-2/+1
* Only save PIN if login was successful.Nikos Mavrogiannopoulos2010-06-191-3/+7
* Applied patch by Andreas MetzlerNikos Mavrogiannopoulos2010-06-192-2/+2
* Allow setting debug level via cmd.Nikos Mavrogiannopoulos2010-06-191-4/+16
* Explicitely terminate cryptodev sessions.Nikos Mavrogiannopoulos2010-06-191-0/+5
* Removed the no longer needed "active" variable.Nikos Mavrogiannopoulos2010-06-192-11/+4
* documented some of the changesNikos Mavrogiannopoulos2010-06-181-0/+9
* Greatly simplified the internal hash/hmac and cipher functions.Nikos Mavrogiannopoulos2010-06-184-158/+97
* Allow listing of private keys only. Certtool has now the --pkcs11-list-privke...Nikos Mavrogiannopoulos2010-06-187-74/+98
* Send correct token name to callback.Nikos Mavrogiannopoulos2010-06-181-1/+1
* Added more gnutls errors to map closer to PKCS11 actual errors.Nikos Mavrogiannopoulos2010-06-186-27/+151
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-179-60/+99
* For Private key operations new sessions are opened when are needed. This make...Nikos Mavrogiannopoulos2010-06-171-64/+49
* gnutls-cli: Make --starttls work again.Simon Josefsson2010-06-151-1/+1
* Allow SHA224 hash in certtool. Added tests for SHA-256 and SHA-224 for DSA.Nikos Mavrogiannopoulos2010-06-145-31/+68