summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-288-41/+17
* added flag in session to force sending a client certificateNikos Mavrogiannopoulos2016-04-284-8/+16
* doc: improved documentation on certificate and DANE verification functionsNikos Mavrogiannopoulos2016-04-261-4/+4
* ecdhe: eliminated unneeded checks for zero of public parametersNikos Mavrogiannopoulos2016-04-241-6/+0
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-2416-86/+333
* ecdhe: print the received curve from the server on debug modeNikos Mavrogiannopoulos2016-04-241-0/+7
* session: removed unused parameters from RSA-EXPORT eraNikos Mavrogiannopoulos2016-04-232-7/+0
* gnutls_int.h: allow compiling with system (gnutls) headersNikos Mavrogiannopoulos2016-04-201-11/+6
* Fix library build on Chrome Native Client (NaCl)Kevin Cernekee2016-04-181-1/+1
* client key exchange: fail if the client KX message is padded with additional ...Nikos Mavrogiannopoulos2016-04-182-1/+7
* _wrap_nettle_pk_derive: reject values of public key that are over the primeNikos Mavrogiannopoulos2016-04-181-10/+4
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-157-82/+90
* doc: updated docs related to private key generationNikos Mavrogiannopoulos2016-04-142-12/+17
* handshake: do not overwrite the server's signature algorithmNikos Mavrogiannopoulos2016-04-131-1/+2
* ocsp: increased the preallocated space in check_ocsp_purpose to account for n...Nikos Mavrogiannopoulos2016-04-131-1/+2
* x509 output: print the OID of certificates/CRLs/CRQs with unknown algorithmsNikos Mavrogiannopoulos2016-04-131-65/+211
* Added gnutls_x509_crl_get_signature_oidNikos Mavrogiannopoulos2016-04-133-0/+43
* Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oidNikos Mavrogiannopoulos2016-04-133-1/+87
* Added gnutls_x509_crt_get_signature_oid and gnutls_x509_crt_get_pk_oidNikos Mavrogiannopoulos2016-04-133-0/+88
* gnutls_x509_crt_get_key_purpose_oid: copy the OID as a null-terminated stringNikos Mavrogiannopoulos2016-04-131-1/+1
* sign: corrected digest in SHA3-224 OID mappingNikos Mavrogiannopoulos2016-04-131-3/+4
* gnutls_x509_ext_import_policies: initialize value to avoid compiler warningsNikos Mavrogiannopoulos2016-04-121-1/+1
* common.mk: corrected typo on LDFLAGS for coverageNikos Mavrogiannopoulos2016-04-122-2/+2
* gnutls_packet_get: avoid null pointer dereference on NULL inputNikos Mavrogiannopoulos2016-04-121-0/+1
* gnutls_x509_privkey_verify_seed: corrected typo that made the function always...Nikos Mavrogiannopoulos2016-04-121-2/+0
* _gnutls_asn2err: declared as constant functionNikos Mavrogiannopoulos2016-04-121-1/+2
* load_dir_certs: use readdir() in all platformsNikos Mavrogiannopoulos2016-04-121-9/+1
* configure: Add a code coverage optionNikos Mavrogiannopoulos2016-04-122-2/+4
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-1213-17/+27
* gnutls_ocsp_resp_get_single: fail if thisUpdate is not available or unparsableNikos Mavrogiannopoulos2016-04-121-2/+3
* gnutls_x509_privkey_import2: document an intentional fall throughNikos Mavrogiannopoulos2016-04-121-0/+1
* gnutls_x509_crt_get_key_usage: ensure that its returned value is properly han...Nikos Mavrogiannopoulos2016-04-112-5/+14
* hash: corrected the textual description of hashesNikos Mavrogiannopoulos2016-04-091-4/+4
* corrected SHA3-224 OIDNikos Mavrogiannopoulos2016-04-091-3/+3
* x509 output: don't warn about insecure algorithm when unknownNikos Mavrogiannopoulos2016-04-092-3/+3
* minitasn1: updated to latest git versionNikos Mavrogiannopoulos2016-04-099-356/+409
* gnutls_record_get_direction: doc update [ci skip]Nikos Mavrogiannopoulos2016-04-081-11/+7
* pkix.asn: corrected byKey definitionNikos Mavrogiannopoulos2016-04-082-2/+2
* _gnutls_parse_general_name2: allow parsing empty namesNikos Mavrogiannopoulos2016-04-053-17/+39
* name constraints: enforce the rules for IP constraints when addingNikos Mavrogiannopoulos2016-04-051-2/+13
* name constraints: compute permitted set strictlyDaiki Ueno2016-04-054-34/+246
* x86-common: increase the size of _gnutls_x86_cpuid_s to match the size of ass...Nikos Mavrogiannopoulos2016-04-031-1/+1
* gnutls_init(): refer to gnutls_init_flags_t for the documentation of availabl...Nikos Mavrogiannopoulos2016-04-022-27/+28
* priorities: preload the system priorities on library loading timeNikos Mavrogiannopoulos2016-04-014-4/+50
* session resumption: lift the limitation of calling gnutls_session_get_data*()...Nikos Mavrogiannopoulos2016-03-313-12/+18
* dtls: added missing dtls.h to state.cNikos Mavrogiannopoulos2016-03-311-0/+1
* dtls: reset the record number sliding window on gnutls_record_set_state()Nikos Mavrogiannopoulos2016-03-313-4/+38
* x509/output: simplified cidr_to_string()Nikos Mavrogiannopoulos2016-03-301-33/+4
* DTLS: save last valid record sequence numberNikos Mavrogiannopoulos2016-03-291-17/+24
* x509/output: print RFC5280 CIDRs in name constraintsNikos Mavrogiannopoulos2016-03-291-9/+98