summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-16290-22433/+22446
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* _gnutls_privkey_get_public_mpis() handles openpgp keys.Nikos Mavrogiannopoulos2010-12-161-75/+119
|
* Added gnutls_pubkey_import_privkey(), that will copy the public key from a ↵Nikos Mavrogiannopoulos2010-12-165-3/+135
| | | | gnutls_privkey_t structure.
* Do not export the non-existant symbols gnutls_pkcs11_privkey_sign_hash and ↵Nikos Mavrogiannopoulos2010-12-152-2/+2
| | | | gnutls_privkey_sign_hash.
* documented new functionsNikos Mavrogiannopoulos2010-12-131-1/+8
|
* Added new functions.Nikos Mavrogiannopoulos2010-12-131-0/+7
|
* Added new functions.Nikos Mavrogiannopoulos2010-12-131-1/+2
|
* de-deprecated gnutls_x509_crt_verify_hash()Nikos Mavrogiannopoulos2010-12-132-6/+5
|
* Added gnutls_openpgp_crt_verify_hash().Nikos Mavrogiannopoulos2010-12-134-17/+90
|
* added gnutls_privkey_sign_hash2()Nikos Mavrogiannopoulos2010-12-132-0/+65
|
* Simplified preparation of signing code.Nikos Mavrogiannopoulos2010-12-136-82/+37
|
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-1212-184/+193
|
* pk_hash_data() will fail unless DSA or RSA are specified.Nikos Mavrogiannopoulos2010-12-121-0/+3
|
* better commentsNikos Mavrogiannopoulos2010-12-121-5/+9
|
* reorganization of the privkey_ functions().Nikos Mavrogiannopoulos2010-12-122-268/+269
|
* Introduced gnutls_*_privkey_sign_hash2() that is a high level function to ↵Nikos Mavrogiannopoulos2010-12-118-45/+312
| | | | produce signatures.
* Separated the sign_data functions to a hashing phase, a preparing phase, and ↵Nikos Mavrogiannopoulos2010-12-115-98/+107
| | | | the actual signing.
* documented deprecated functions.Nikos Mavrogiannopoulos2010-12-111-1/+5
|
* All the sign hash functions were deprecated.Nikos Mavrogiannopoulos2010-12-093-6/+5
|
* gnutls_x509_privkey_sign_hash() is dangerous and was deprecated. Added some ↵Nikos Mavrogiannopoulos2010-12-092-4/+19
| | | | text explaining why some functions were deprecated.
* documented previous update.Nikos Mavrogiannopoulos2010-12-081-0/+3
|
* export_raw() functions now add leading zero in mpis.Nikos Mavrogiannopoulos2010-12-082-19/+19
|
* Add.Simon Josefsson2010-12-071-0/+3
|
* C++ fixes, tiny patch from "Brendan Doherty" <brendand@gentrack.com>.Simon Josefsson2010-12-071-4/+13
|
* Update gnulib files.Simon Josefsson2010-12-0712-192/+247
|
* Bump versions.Simon Josefsson2010-12-075-4/+9
|
* Generated.gnutls_2_11_6Simon Josefsson2010-12-071-1/+20253
|
* Bump versions.Simon Josefsson2010-12-074-4/+4
|
* Generated.gnutls_2_11_5Simon Josefsson2010-12-061-0/+501
|
* Don't fail on 'make distcheck'.Simon Josefsson2010-12-061-1/+1
|
* Version 2.11.6.Simon Josefsson2010-12-061-1/+1
|
* Indent.Simon Josefsson2010-12-061-1/+1
|
* documented SSL 3.0 record version change.Nikos Mavrogiannopoulos2010-12-061-0/+4
|
* SSL3_RECORD_VERSION priority option is now the default. That is in order to ↵Nikos Mavrogiannopoulos2010-12-063-11/+16
| | | | not confuse non TLS 1.2 compliant implementations that don't like a TLS 1.2 record.
* simplified escape and unescape.Nikos Mavrogiannopoulos2010-12-061-13/+9
|
* Added Michael.Nikos Mavrogiannopoulos2010-12-061-0/+1
|
* Indent code.Simon Josefsson2010-12-0623-283/+309
|
* Update gnulib files.Simon Josefsson2010-12-061-1/+0
|
* Remove.Simon Josefsson2010-12-061-10/+0
|
* Update.Simon Josefsson2010-12-061-2/+10
|
* Fix syntax-check nits.Simon Josefsson2010-12-064-6/+5
|
* Ignore more.Simon Josefsson2010-12-061-0/+3
|
* Update gnulib files.Simon Josefsson2010-12-0679-394/+716
|
* Temporarily remove gendh test. It takes extremely long time under valgrind.Nikos Mavrogiannopoulos2010-12-051-1/+1
|
* Use ASN1_NULL when writing parameters for RSA signatures. This makes us ↵Nikos Mavrogiannopoulos2010-12-057-6/+16
| | | | comply with RFC3279. Reported by Michael Rommel.
* Corrected buffer overflow in gnutls-serv by Tomas Mraz.Nikos Mavrogiannopoulos2010-12-052-26/+27
| | | | | | | | | | | | | The gnutls-serv uses fixed allocated buffer for the response which can be pretty long if a client certificate is presented to it and the http header is large. This causes buffer overflow and heap corruption which then leads to random segfaults or aborts. It was reported originally here: https://bugzilla.redhat.com/show_bug.cgi?id=659259 The attached patch changes sprintf calls in peer_print_info() to snprintf so the buffer is never overflowed.
* increased revisionNikos Mavrogiannopoulos2010-12-011-1/+1
|
* Added p11tool.hNikos Mavrogiannopoulos2010-12-011-1/+1
|
* released 2.11.5Nikos Mavrogiannopoulos2010-12-011-1/+1
|
* escaped chars.Nikos Mavrogiannopoulos2010-12-011-2/+2
|