summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Deprecated gnutls_x509_crq_sign2() and gnutls_x509_crq_sign() inNikos Mavrogiannopoulos2011-01-153-7/+12
* minor fixes.Nikos Mavrogiannopoulos2011-01-151-1/+0
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-155-128/+82
* Specify minimum libgcrypt version.Simon Josefsson2011-01-021-2/+2
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-217-13/+17
* Extra sanity check.Nikos Mavrogiannopoulos2010-12-191-0/+6
* Use snprintf() to print an integer.Nikos Mavrogiannopoulos2010-12-191-1/+1
* Use snprintf() to print IPs. There was a check just before that, but be safe,...Nikos Mavrogiannopoulos2010-12-191-2/+2
* Do not include deprecated functions to library documentation.Nikos Mavrogiannopoulos2010-12-196-19/+37
* gnutls_x509_privkey_verify_data() was deprecated.Nikos Mavrogiannopoulos2010-12-193-6/+11
* Documented key usage of pubkey.Nikos Mavrogiannopoulos2010-12-191-1/+3
* Set public key bits on all import functions. Issue reported by Murray Kucheawy.Nikos Mavrogiannopoulos2010-12-191-2/+17
* gnutls_pkcs11_privkey_sign_data(), gnutls_pkcs11_privkey_sign_hash2() andNikos Mavrogiannopoulos2010-12-194-137/+11
* Removed the newly added functions:Nikos Mavrogiannopoulos2010-12-195-195/+11
* Do not be strict on RSA hash algorithm selection for signatures.Nikos Mavrogiannopoulos2010-12-181-6/+0
* Removed unneeded definitions, and more careful deinitializations in parse_der...Nikos Mavrogiannopoulos2010-12-183-33/+25
* Corrected bug in gnutls_privkey_sign_data().Nikos Mavrogiannopoulos2010-12-181-1/+1
* some fixes in pk_prepare_hash().Nikos Mavrogiannopoulos2010-12-181-1/+2
* The verification functions now return a GNUTLS_E_PK_SIG_VERIFY_FAILED on sign...Nikos Mavrogiannopoulos2010-12-185-44/+42
* importing a pubkey from raw params will set the bits field correctly.Nikos Mavrogiannopoulos2010-12-161-0/+2
* Added gnutls_pubkey_verify_data and test vectors.Nikos Mavrogiannopoulos2010-12-164-1/+49
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-16191-16844/+16855
* _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 gn...Nikos Mavrogiannopoulos2010-12-165-3/+135
* Do not export the non-existant symbols gnutls_pkcs11_privkey_sign_hash and gn...Nikos Mavrogiannopoulos2010-12-151-2/+0
* 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-133-0/+63
* 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 pro...Nikos Mavrogiannopoulos2010-12-118-45/+312
* Separated the sign_data functions to a hashing phase, a preparing phase, and ...Nikos Mavrogiannopoulos2010-12-115-98/+107
* 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 t...Nikos Mavrogiannopoulos2010-12-092-4/+19
* export_raw() functions now add leading zero in mpis.Nikos Mavrogiannopoulos2010-12-082-19/+19
* C++ fixes, tiny patch from "Brendan Doherty" <brendand@gentrack.com>.Simon Josefsson2010-12-071-4/+13
* Update gnulib files.Simon Josefsson2010-12-077-109/+155
* Bump versions.Simon Josefsson2010-12-072-2/+2
* Bump versions.Simon Josefsson2010-12-072-2/+2
* Indent.Simon Josefsson2010-12-061-1/+1
* SSL3_RECORD_VERSION priority option is now the default. That is in order to n...Nikos Mavrogiannopoulos2010-12-063-11/+16
* simplified escape and unescape.Nikos Mavrogiannopoulos2010-12-061-13/+9
* Indent code.Simon Josefsson2010-12-0611-148/+157
* Fix syntax-check nits.Simon Josefsson2010-12-062-4/+3
* Update gnulib files.Simon Josefsson2010-12-0632-129/+299
* Use ASN1_NULL when writing parameters for RSA signatures. This makes us compl...Nikos Mavrogiannopoulos2010-12-056-6/+13