summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dump the errno received by selectNikos Mavrogiannopoulos2012-09-021-2/+6
* removed unused codeNikos Mavrogiannopoulos2012-09-021-6/+0
* use errno_to_gerr() in _gnutls_io_check_recv().Nikos Mavrogiannopoulos2012-09-021-7/+3
* Do not repeatedly set timeoutNikos Mavrogiannopoulos2012-09-022-1/+4
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-014-12/+20
* Removed unused ECC code.Nikos Mavrogiannopoulos2012-08-3112-779/+151
* Some small optimizations in heartbeat handling and regeneration of src/ args ...Nikos Mavrogiannopoulos2012-08-307-296/+155
* removed unneeded testNikos Mavrogiannopoulos2012-08-301-2/+2
* BUFFER_APPEND_PFX is no more. Replaced with BUFFER_APPEND_PFX4Nikos Mavrogiannopoulos2012-08-305-23/+19
* Added Heartbeat extension support.Olga2012-08-3014-16/+746
* corrected deinitialization of wmnaf cache.Nikos Mavrogiannopoulos2012-08-301-2/+2
* wMNAF-based multiplicationIlya Tumaykin2012-08-3018-139/+1618
* simplified ECDSA/DSA signature generation in tokens.Nikos Mavrogiannopoulos2012-08-273-38/+69
* Revert "Use _gnutls_dsa_q_to_hash() only for warning reasons."Nikos Mavrogiannopoulos2012-08-261-13/+4
* fix DSA and ECDSA signing in smart cards.Nikos Mavrogiannopoulos2012-08-261-0/+48
* Use _gnutls_dsa_q_to_hash() only for warning reasons.Nikos Mavrogiannopoulos2012-08-261-4/+13
* Prevent the usage of strlen() on null values.Nikos Mavrogiannopoulos2012-08-251-2/+10
* doc updateNikos Mavrogiannopoulos2012-08-251-0/+3
* doc fixNikos Mavrogiannopoulos2012-08-181-4/+1
* remove debuggingNikos Mavrogiannopoulos2012-08-171-1/+0
* When signing use the private key's algorithm.Nikos Mavrogiannopoulos2012-08-171-3/+3
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-176-32/+64
* Added gnutls_sign_algorithm_get().Nikos Mavrogiannopoulos2012-08-176-0/+33
* gnutls_sign_get_pk_algorithm and gnutls_sign_get_hash_algorithm were exported.Nikos Mavrogiannopoulos2012-08-179-18/+41
* When selecting a session signature algorithm consider the enabled.Nikos Mavrogiannopoulos2012-08-171-0/+3
* fix case of include fileMark Brand2012-08-161-1/+1
* fix warningsNikos Mavrogiannopoulos2012-08-163-4/+3
* Avoid stray return when compiling without trousers.Nikos Mavrogiannopoulos2012-08-161-2/+1
* Security levels can be combined as priority strings.Nikos Mavrogiannopoulos2012-08-111-74/+143
* doc updateNikos Mavrogiannopoulos2012-08-111-1/+2
* doc updateNikos Mavrogiannopoulos2012-08-111-0/+3
* gnutls_handshake_timeout() -> gnutls_handshake_set_timeout()Nikos Mavrogiannopoulos2012-08-074-25/+25
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-067-19/+104
* corrected typoNikos Mavrogiannopoulos2012-08-041-4/+4
* documentation fixes.Nikos Mavrogiannopoulos2012-08-043-5/+6
* no need for libgnutlsxx.mapNikos Mavrogiannopoulos2012-08-041-1/+1
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-047-32/+43
* PIN-related functions common to TPM and PKCS #11 moved to pin.c.Nikos Mavrogiannopoulos2012-07-236-49/+78
* GNUTLS_TPMKEY_FMT_PEM renamed to GNUTLS_TPMKEY_FMT_CTK_PEMNikos Mavrogiannopoulos2012-07-222-6/+6
* Separated TPM key encodings from the X.509 certificates.Nikos Mavrogiannopoulos2012-07-213-111/+183
* doc fixesNikos Mavrogiannopoulos2012-07-211-7/+9
* doc fixNikos Mavrogiannopoulos2012-07-212-4/+2
* set PIN function when reading a certificateNikos Mavrogiannopoulos2012-07-211-1/+4
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-214-22/+29
* Increate the entropy of TPM when generating keys.Nikos Mavrogiannopoulos2012-07-211-0/+27
* PKCS #11 PIN handling fixes.Nikos Mavrogiannopoulos2012-07-206-1/+35
* Avoid returning from void function. Patch by Rob McMahon.Nikos Mavrogiannopoulos2012-07-191-2/+2
* Added documentation for TPM keys.Nikos Mavrogiannopoulos2012-07-182-5/+9
* Callbacks are being called even if a global PIN functions is not set.Nikos Mavrogiannopoulos2012-07-172-12/+15
* Allow association of a PIN function with a credentials structure.Nikos Mavrogiannopoulos2012-07-164-124/+54