summaryrefslogtreecommitdiff
path: root/lib/x509/privkey.c
Commit message (Expand)AuthorAgeFilesLines
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-1000/+1031
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-123/+69
* Optimized (a bit) the rsa_parameter copying. I don't like it.Nikos Mavrogiannopoulos2004-04-071-37/+73
* * Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()Nikos Mavrogiannopoulos2004-03-131-0/+45
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added support for the Subject Key ID PKIX extension.Nikos Mavrogiannopoulos2003-12-261-10/+10
* Added support for generating and exporting DSA private keys. Exporting to PKC...Nikos Mavrogiannopoulos2003-12-181-41/+341
* Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()Nikos Mavrogiannopoulos2003-11-261-0/+92
* ensure that the leading zero is there on RSA keys.Nikos Mavrogiannopoulos2003-11-251-11/+11
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-2/+2
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. Some...Nikos Mavrogiannopoulos2003-11-141-1/+1
* added some check for the input parameters.Nikos Mavrogiannopoulos2003-11-111-0/+36
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-2/+2
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+4
* Added capability to print the keyid of a certificate or a private key to cert...Nikos Mavrogiannopoulos2003-10-261-212/+40
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-1/+1
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-2/+2
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-031-0/+2
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-2/+2
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-031-1/+2
* Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>.Nikos Mavrogiannopoulos2003-05-081-1/+1
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-181-0/+236
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-311-15/+3
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-1/+2
* Added ability to import PKCS8 encrypted keys.Nikos Mavrogiannopoulos2003-03-211-6/+6
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-62/+11
* The RSA parameters handling functions, are now implemented using the rsa priv...Nikos Mavrogiannopoulos2003-03-141-2/+198
* added flags to privkey_generate()Nikos Mavrogiannopoulos2003-03-131-1/+2
* * Added an strnstr() function and the requirement in some functions toNikos Mavrogiannopoulos2003-03-121-1/+1
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-3/+346
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-26/+228
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-0/+168