summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gnutls_x509_privkey_import_openssl() works only with PEM files.gnutls_3_0_21Nikos Mavrogiannopoulos2012-07-023-4/+3
* comment put in contextNikos Mavrogiannopoulos2012-07-021-3/+2
* Check for PEM headers before DEK-Info.Nikos Mavrogiannopoulos2012-07-021-2/+16
* Handle EC DER keys.Nikos Mavrogiannopoulos2012-07-021-1/+6
* Return GNUTLS_E_LARGE_PACKET instead of truncating when sending DTLS recordDavid Woodhouse2012-06-301-1/+8
* fixNikos Mavrogiannopoulos2012-06-301-1/+1
* no need to check for DTLSNikos Mavrogiannopoulos2012-06-301-4/+1
* no need for _gnutls prefix.Nikos Mavrogiannopoulos2012-06-301-2/+2
* only block ciphers need 1 byte padding.Nikos Mavrogiannopoulos2012-06-301-3/+3
* Fix documentation for gnutls_dtls_set_mtu()David Woodhouse2012-06-301-3/+6
* sign fixesNikos Mavrogiannopoulos2012-06-301-2/+3
* Add gnutls_dtls_set_data_mtu()David Woodhouse2012-06-303-0/+42
* gnutls_dtls_get_data_mtu() is more precise. Based on patch by David Woodhouse.Nikos Mavrogiannopoulos2012-06-304-56/+72
* cleaned up errno handling.Nikos Mavrogiannopoulos2012-06-291-26/+29
* Added Camellia-192-CBC algorithm identifier.Nikos Mavrogiannopoulos2012-06-295-0/+9
* Included more algorithms in openssl privkey decryption.Nikos Mavrogiannopoulos2012-06-291-17/+27
* Added functions gnutls_x509_privkey_import2 and gnutls_x509_privkey_import_op...Nikos Mavrogiannopoulos2012-06-288-74/+452
* Return GNUTLS_E_LARGE_PACKET when errno is EMSGSIZENikos Mavrogiannopoulos2012-06-284-17/+20
* document limitationsNikos Mavrogiannopoulos2012-06-241-0/+2
* updated docNikos Mavrogiannopoulos2012-06-241-1/+2
* updated versionsNikos Mavrogiannopoulos2012-06-213-5/+5
* Added functions to directly load a private key.Nikos Mavrogiannopoulos2012-06-214-0/+191
* Added gnutls_load_file().Nikos Mavrogiannopoulos2012-06-212-0/+37
* Use the label when looking for a certificate or private key in PKCS #11.Nikos Mavrogiannopoulos2012-06-212-12/+27
* moved symbolNikos Mavrogiannopoulos2012-06-201-1/+1
* small fixNikos Mavrogiannopoulos2012-06-131-2/+2
* Update to libtasn1 2.13.Simon Josefsson2012-06-118-21/+23
* Added flag GNUTLS_PKCS12_SP_INCLUDE_SELF_SIGNED for gnutls_pkcs12_simple_pars...Nikos Mavrogiannopoulos2012-06-102-21/+31
* deinitialize extra certs if they are empty.Nikos Mavrogiannopoulos2012-06-101-8/+18
* In tokens that allow multiple sessions make the private key session persistent.Nikos Mavrogiannopoulos2012-06-095-132/+184
* Fixed leaks in PKCS #8 decodingNikos Mavrogiannopoulos2012-06-091-3/+3
* Changed prototype for gnutls_pkcs12_simple_parse() to simplify chain building.Nikos Mavrogiannopoulos2012-06-093-94/+141
* simplified check for win32Nikos Mavrogiannopoulos2012-06-071-2/+2
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-0710-24/+187
* add missing include wincrypt.hMark Brand2012-06-061-0/+3
* corrected invalid charNikos Mavrogiannopoulos2012-06-051-1/+1
* stdarg.h is not neededNikos Mavrogiannopoulos2012-06-051-1/+0
* Re-use GNUTLS_E_DECRYPTION_FAILED for encrypted structures.Nikos Mavrogiannopoulos2012-06-054-7/+5
* small doc fixNikos Mavrogiannopoulos2012-06-041-3/+1
* Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.Nikos Mavrogiannopoulos2012-06-034-31/+72
* fixed symbolNikos Mavrogiannopoulos2012-06-031-1/+1
* Verification in openpgp changed to ressemble the X.509 behavior.Nikos Mavrogiannopoulos2012-06-031-9/+6
* Differentiate between signature failure and generic errors, by introducing th...Nikos Mavrogiannopoulos2012-06-033-4/+6
* Removed duplicate entries and added an explicit local.Nikos Mavrogiannopoulos2012-06-031-2/+2
* No need for version script for CPP programs.Nikos Mavrogiannopoulos2012-06-032-33/+0
* better function naming.Nikos Mavrogiannopoulos2012-06-031-2/+2
* gnutls_certificate_set_x509_simple_pkcs12_file() now imports certificate chai...Nikos Mavrogiannopoulos2012-06-034-397/+439
* Export parse_pkcs12() as gnutls_pkcs12_parse()David Woodhouse2012-06-033-10/+62
* Make parse_pkcs12() return extra certificates tooDavid Woodhouse2012-06-031-15/+62
* minor documentation updatesNikos Mavrogiannopoulos2012-06-021-0/+5