summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-1196-1381/+1546
* avoid the usage of strncpyNikos Mavrogiannopoulos2016-09-111-1/+1
* gnutls_x509_cidr_to_rfc5280: removed double semi-colonNikos Mavrogiannopoulos2016-09-111-1/+1
* removed c-ctype.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-119-9/+0
* removed assert.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-113-3/+0
* inet_ntop4: casted signed/unsigned comparisonminor-cleanupsNikos Mavrogiannopoulos2016-09-101-1/+1
* system.h: undefine macros before defining themNikos Mavrogiannopoulos2016-09-101-0/+3
* _gnutls_fbase64_decode: use memsub macro instead of castsNikos Mavrogiannopoulos2016-09-101-3/+3
* doc updateNikos Mavrogiannopoulos2016-09-071-2/+2
* _gnutls_ucs2_to_utf8: corrected use of WideCharToMultiByte in windowsNikos Mavrogiannopoulos2016-09-071-2/+3
* libgnutls.map: export _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8 for testingNikos Mavrogiannopoulos2016-09-061-0/+3
* pkcs12: enhanced to allow encrypting using UCS2 passwordsNikos Mavrogiannopoulos2016-09-061-40/+42
* _gnutls_ucs2_to_utf8: fixed null termination check in windows codeNikos Mavrogiannopoulos2016-09-061-1/+1
* Added _gnutls_utf8_to_ucs2()Nikos Mavrogiannopoulos2016-09-062-1/+153
* pkcs7 encryption: corrected memory leaksNikos Mavrogiannopoulos2016-09-061-2/+2
* x509: Adjust IP name constraints behaviorMartin Ukrop2016-09-061-40/+18
* minitasn1: updated to latest git versionNikos Mavrogiannopoulos2016-09-052-8/+8
* _gnutls_encode_ber_rs_raw: simplifiedNikos Mavrogiannopoulos2016-09-051-15/+10
* Introduced helper function _gnutls_decode_ber_rs_raw()Nikos Mavrogiannopoulos2016-09-053-0/+49
* _gnutls_encode_ber_rs_raw: zero-pad values when necessaryNikos Mavrogiannopoulos2016-09-051-13/+46
* Import DTLS sliding window validation from OpenConnect ESP codeDavid Woodhouse2016-09-022-47/+92
* nettle: removed unused variable in windows rngNikos Mavrogiannopoulos2016-08-291-2/+0
* dtls: ensure that the DTLS window doesn't get stalledNikos Mavrogiannopoulos2016-08-291-1/+9
* gnutls_pkcs12_simple_parse: set the key value to null on failureDavid Woodhouse2016-08-291-1/+3
* gnutls_ocsp_resp_get_single: reorganized function to eliminate memory leaksNikos Mavrogiannopoulos2016-08-281-59/+76
* ocsp: corrected the comparison of the serial size in OCSP responseNikos Mavrogiannopoulos2016-08-271-0/+1
* pkcs8: cleaned up PKCS#8 decoding from common code with PKCS#7Nikos Mavrogiannopoulos2016-08-268-1622/+1703
* pkcs8: added support for decryption with PBES1-DES-CBC-MD5Nikos Mavrogiannopoulos2016-08-267-90/+360
* doc: be more explicit about the usage of gnutls_global_init/deinit [ci skip]Nikos Mavrogiannopoulos2016-08-241-5/+8
* Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRFNikos Mavrogiannopoulos2016-08-248-31/+91
* Ported openssl format fix from openconnectNikos Mavrogiannopoulos2016-08-241-2/+2
* gnutls_record_recv(): doc: push -> pullPhilippe Proulx2016-08-231-1/+1
* rnd-linux: added check for SYS_getrandom being definedNikos Mavrogiannopoulos2016-08-231-1/+5
* gnutls_key_generate: fail if the state of the library is invalidNikos Mavrogiannopoulos2016-08-101-1/+4
* gnutls_safe_renegotiation_status: changed return type to unsignedNikos Mavrogiannopoulos2016-08-092-2/+2
* x509: Add support for IP constraintsMartin Ukrop2016-08-092-112/+344
* x509: Separate out IP handling functionsMartin Ukrop2016-08-0910-92/+376
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-082-2/+5
* Fix gnutls_pkcs12_simple_parse to always extract the complete chainstefan-fixesStefan Sørensen2016-08-081-20/+15
* Fix invalid pointer operation in gnutls_certificate_get_x509_crtStefan Sørensen2016-08-081-2/+2
* x509: call the fixup functions after loading private keysNikos Mavrogiannopoulos2016-08-082-12/+41
* nettle: use rsa_*_key_prepare on key importNikos Mavrogiannopoulos2016-08-081-10/+52
* Revert "nettle: use rsa_*_key_prepare"Nikos Mavrogiannopoulos2016-08-081-32/+12
* gnutls.h: moved all compatibility defines outside the enumNikos Mavrogiannopoulos2016-08-081-8/+11
* pkcs11: is_object_pkcs11_url -> is_pkcs11_url_objectNikos Mavrogiannopoulos2016-08-052-3/+5
* gnutls_fips140_mode_enabled: changed return type to unsignedNikos Mavrogiannopoulos2016-08-052-2/+2
* gnutls_pkcs11_privkey_status: return type changed to unsignedNikos Mavrogiannopoulos2016-08-042-2/+2
* fastopen: improved error checking at connect()Nikos Mavrogiannopoulos2016-08-021-1/+1
* nettle: use rsa_*_key_prepareNikos Mavrogiannopoulos2016-08-011-12/+32
* gnutls_transport_set_fastopen: doc updateNikos Mavrogiannopoulos2016-07-291-7/+18