summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pkcs11: Removed length check of attribute as a sanity check for valid keys.Nikos Mavrogiannopoulos2014-07-041-2/+2
* Increased number of attributesNikos Mavrogiannopoulos2014-07-041-1/+1
* try to restart on session errors, to avoid having a failed call.Nikos Mavrogiannopoulos2014-07-031-1/+5
* corrected pkcs11 reinitializationNikos Mavrogiannopoulos2014-07-031-1/+1
* If we get a PKCS #11 session error, invalidate the cached session.Nikos Mavrogiannopoulos2014-07-031-0/+15
* set the maximum value when printing library_descriptionNikos Mavrogiannopoulos2014-07-031-2/+2
* On fork invalidate the PKCS #11 privkey cached sessionNikos Mavrogiannopoulos2014-07-032-4/+21
* removed pbits=1024, qbits=160 from the acceptable bit sizes in FIPS140-2 DSA ...Nikos Mavrogiannopoulos2014-07-021-4/+0
* updated commentNikos Mavrogiannopoulos2014-07-021-1/+1
* gnutls_pkcs11_privkey_generate2(): corrected public key extraction (for ECDSA...Nikos Mavrogiannopoulos2014-07-013-6/+12
* Added explicit documentation on IPv4 and IPv6 address matching.Nikos Mavrogiannopoulos2014-06-301-7/+10
* do not exit the loop in case a name doesn't fit into our buffer.Nikos Mavrogiannopoulos2014-06-271-0/+2
* when verifying an IP, also verify it as a hostnameNikos Mavrogiannopoulos2014-06-271-2/+11
* supress warningsNikos Mavrogiannopoulos2014-06-271-17/+20
* check of inet_pton instead for AF_INET6Nikos Mavrogiannopoulos2014-06-271-1/+1
* Use inet_ntop() for printing IP addresses.Nikos Mavrogiannopoulos2014-06-271-1/+11
* gnutls_x509_crt_check_hostname() checks text ip addresses as well.Nikos Mavrogiannopoulos2014-06-271-0/+57
* initialize str to NULLNikos Mavrogiannopoulos2014-06-271-1/+1
* fixed documentationNikos Mavrogiannopoulos2014-06-261-6/+6
* minitasn1: updated to version 4.0Nikos Mavrogiannopoulos2014-06-269-477/+244
* pkcs11: avoid callig _gnutls_bin2hex() when length is zero.Nikos Mavrogiannopoulos2014-06-251-1/+1
* doc: more consistent use of pointer star.Nikos Mavrogiannopoulos2014-06-171-3/+3
* doc: Explain post-callback deallocation behavior for the SRP server callbackAttila Molnar2014-06-171-0/+5
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-166-22/+51
* treat the _gnutls_user_hello_func() output the same on resumed sessions.Nikos Mavrogiannopoulos2014-06-161-11/+18
* gnutls_x509_trust_list_add_trust_file(): returns the number of certificates p...Nikos Mavrogiannopoulos2014-06-161-1/+9
* Added flag GNUTLS_PKCS11_OBJ_FLAG_MARK_CA.Nikos Mavrogiannopoulos2014-06-162-0/+10
* doc: Corrections for gnutls_handshake_set_hook_function()Attila Molnar2014-06-151-3/+1
* handshake: Allow the post client hello callback to put the handshake on holdNikos Mavrogiannopoulos2014-06-094-85/+109
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-068-19/+154
* When decoding of a DN string fails, treat it as unknown string and print its ...Nikos Mavrogiannopoulos2014-06-061-4/+9
* initialize iterator.Nikos Mavrogiannopoulos2014-06-051-1/+1
* corrected the allocation size for CRL iterator.Nikos Mavrogiannopoulos2014-06-051-1/+1
* Made gnutls_x509_crl_iter_crt_serial() thread-safe by making the iterator exp...Nikos Mavrogiannopoulos2014-06-056-27/+73
* renamed gnutls_x509_crl_get_crt_serial2 to gnutls_x509_crl_iter_crt_serial.Nikos Mavrogiannopoulos2014-06-055-7/+7
* define NN_HASH unconditionallyNikos Mavrogiannopoulos2014-06-041-6/+6
* Added gnutls_x509_crl_get_crt_serial2(), a faster variant of gnutls_x509_crl_...Nikos Mavrogiannopoulos2014-06-046-3/+89
* Abort printing on error.Nikos Mavrogiannopoulos2014-06-041-2/+3
* tie the weak DH warning to the very weak security parameter.Nikos Mavrogiannopoulos2014-06-041-1/+2
* handshake: Prevent memory leak on invalid SSLv2 hello length.Nikos Mavrogiannopoulos2014-06-031-5/+5
* Updated asm sourcesNikos Mavrogiannopoulos2014-05-3033-11804/+27755
* updated libtasn1Nikos Mavrogiannopoulos2014-05-297-958/+449
* avoid cleanup when there are no allocations in _gnutls_x509_der_encode().Nikos Mavrogiannopoulos2014-05-291-5/+3
* cleanup resources on _gnutls_ecc_ansi_x963_export() failure.Nikos Mavrogiannopoulos2014-05-291-4/+11
* re-indented messy table.Nikos Mavrogiannopoulos2014-05-291-66/+36
* Removed unused function.Nikos Mavrogiannopoulos2014-05-291-42/+0
* Prevent memory corruption due to server hello parsing.Nikos Mavrogiannopoulos2014-05-291-1/+1
* only try to copy session ID if there is a session ID.Nikos Mavrogiannopoulos2014-05-291-2/+4
* Fix capitalisation of ia5StringKurt Roeckx2014-05-291-1/+1
* increased the maximum certificate size buffer in the PKCS #11 subsystem.Nikos Mavrogiannopoulos2014-05-291-1/+1