summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* doc: updated gnutls_dtls_set_timeoutsNikos Mavrogiannopoulos2015-04-301-3/+0
* use macro for DTLS default timeoutNikos Mavrogiannopoulos2015-04-303-2/+4
* gnutls_handshake_set_timeout will properly work with DTLSNikos Mavrogiannopoulos2015-04-301-0/+5
* document the need for gnutls_transport_set_pull_timeout_functionNikos Mavrogiannopoulos2015-04-302-0/+6
* disable default handshake timeoutNikos Mavrogiannopoulos2015-04-302-14/+0
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-308-16/+23
* doc updateNikos Mavrogiannopoulos2015-04-291-1/+2
* doc updateNikos Mavrogiannopoulos2015-04-291-0/+2
* fix memory leak in ECDSA key parameters verificationJan Vcelak2015-04-281-0/+5
* updated minitasn1Nikos Mavrogiannopoulos2015-04-282-2/+3
* Handle DNS name constraints with leading dotNikos Mavrogiannopoulos2015-04-281-7/+12
* updated text for gnutls_pkcs11_initNikos Mavrogiannopoulos2015-04-271-2/+2
* before falling back to SHA1 as signature algorithm in TLS 1.2 check if it is ...Nikos Mavrogiannopoulos2015-04-251-1/+5
* _gnutls_session_sign_algo_enabled: do not consider any values from the extens...Nikos Mavrogiannopoulos2015-04-251-17/+1
* set the value used by gnutls_certificate_client_get_request_status prior to s...Nikos Mavrogiannopoulos2015-04-251-5/+5
* updated doc for retrieve functionNikos Mavrogiannopoulos2015-04-251-2/+4
* doc updateNikos Mavrogiannopoulos2015-04-221-2/+6
* doc updateNikos Mavrogiannopoulos2015-04-222-7/+12
* fixed doc: reported by Anton LavrentievNikos Mavrogiannopoulos2015-04-221-3/+3
* tls-rsa: keep a common code path when doing RSA decryptionNikos Mavrogiannopoulos2015-04-211-28/+29
* gnutls_certificate_get_ours: will return the certificate even if a callback w...Nikos Mavrogiannopoulos2015-04-201-1/+1
* ensure that the X.509 version number is one byte onlyNikos Mavrogiannopoulos2015-04-201-1/+1
* Check for invalid length in the X.509 version fieldNikos Mavrogiannopoulos2015-04-201-1/+10
* ocsp: initialize certs to NULLNikos Mavrogiannopoulos2015-04-201-1/+1
* ncrypt.h lacks some defines with some versions of MinGW.Tim Kosse2015-04-191-3/+23
* Fix a preprocessor warning about mismatched quotes.Tim Kosse2015-04-191-1/+1
* Set _WIN32_WINNT to 0x600, at least with some MinGW versions ncrypt.h checks ...Tim Kosse2015-04-191-0/+8
* Fix include order, include gnutls_int.h before gnutls.h, otherwise undefined ...Tim Kosse2015-04-191-1/+1
* refuse to use the old cipher API with AEAD-only ciphersNikos Mavrogiannopoulos2015-04-161-0/+2
* doc updateNikos Mavrogiannopoulos2015-04-151-0/+6
* doc updateNikos Mavrogiannopoulos2015-04-151-0/+2
* x509: when printing the keyid of a certificate use the curve name for randomartNikos Mavrogiannopoulos2015-04-151-1/+12
* gnutls_x509_crt_get_pk_* are based on gnutls_pubkey_export_*Nikos Mavrogiannopoulos2015-04-151-67/+20
* gnutls_pubkey_export_* are tolerable in null inputNikos Mavrogiannopoulos2015-04-151-52/+67
* Added gnutls_x509_crt_get_pk_ecc_raw()Nikos Mavrogiannopoulos2015-04-154-1/+53
* randomart: corrected usage of snprintfNikos Mavrogiannopoulos2015-04-151-1/+1
* randomart: only print key size if it is non-zeroNikos Mavrogiannopoulos2015-04-141-4/+10
* Added flags which modify the algorithm used for key ID calculationNikos Mavrogiannopoulos2015-04-086-12/+34
* doc updateNikos Mavrogiannopoulos2015-04-081-1/+1
* gnutls_record_discard_queued() is both for TLS and DTLSNikos Mavrogiannopoulos2015-04-081-1/+1
* fixed AESNI CCM encryptionNikos Mavrogiannopoulos2015-04-071-1/+1
* cleanups in CCM-aesniNikos Mavrogiannopoulos2015-04-071-33/+12
* removed unused functionsNikos Mavrogiannopoulos2015-04-071-70/+0
* extend the fallback to setkey in addition to initNikos Mavrogiannopoulos2015-04-072-8/+12
* doc updateNikos Mavrogiannopoulos2015-04-071-4/+4
* introduced GNUTLS_E_NEED_FALLBACK to allow falling back from registered ciphersNikos Mavrogiannopoulos2015-04-073-1/+23
* ciphersuites: moved CCM ciphersuites in the appropriate ifdefsNikos Mavrogiannopoulos2015-04-071-32/+35
* Added CCM-8 ciphersuitesNikos Mavrogiannopoulos2015-04-076-3/+127
* don't enforce iv_size > block_size; it is no longer true for all ciphersNikos Mavrogiannopoulos2015-04-041-3/+1
* simplified calc_enc_length_streamNikos Mavrogiannopoulos2015-04-041-4/+5