summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test the DSA with SHA256 as well.newNikos Mavrogiannopoulos2010-05-302-3/+69
* Print debugging information on error.Nikos Mavrogiannopoulos2010-05-301-0/+1
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-05-3015-89/+185
* use --sec-param to generate privkey.Nikos Mavrogiannopoulos2010-05-301-2/+2
* reduced log level to a sane oneNikos Mavrogiannopoulos2010-05-301-1/+1
* Corrected for new output of --print-certificate-infoNikos Mavrogiannopoulos2010-05-302-0/+2
* Print information on failure.Nikos Mavrogiannopoulos2010-05-301-9/+28
* Print exp1 and exp2 if they are available.Nikos Mavrogiannopoulos2010-05-302-6/+17
* Only print output if something failsNikos Mavrogiannopoulos2010-05-304-22/+27
* Some pakchois fixes.Nikos Mavrogiannopoulos2010-05-302-5/+8
* Fixup to compile with nettleNikos Mavrogiannopoulos2010-05-301-1/+3
* Do not bother with MODPATH. We don't use it.Nikos Mavrogiannopoulos2010-05-291-1/+1
* Added again _gnutls_dump_mpi() to assist in debugging.Nikos Mavrogiannopoulos2010-05-292-0/+14
* Added debuggingNikos Mavrogiannopoulos2010-05-291-1/+12
* Allow DSA with other than SHA1 algorithms in TLS.Nikos Mavrogiannopoulos2010-05-291-2/+3
* removed more stuff.Nikos Mavrogiannopoulos2010-05-291-24/+1
* LocalKeyId and XmppAddr were incorporated.Nikos Mavrogiannopoulos2010-05-292-12/+6
* No need for those OIDs any more.Nikos Mavrogiannopoulos2010-05-292-284/+0
* Corrected to support new EV_ values.Nikos Mavrogiannopoulos2010-05-291-1/+1
* avoid calling gcrypt directly.Nikos Mavrogiannopoulos2010-05-293-4/+0
* exported gnutls_rnd().Nikos Mavrogiannopoulos2010-05-298-11/+28
* The recognition of DN elements is now self contained. It does not need entrie...Nikos Mavrogiannopoulos2010-05-293-47/+60
* Added support for EV certificate attributes.Nikos Mavrogiannopoulos2010-05-293-0/+65
* Fixed nettle detection and AES.Nikos Mavrogiannopoulos2010-05-292-2/+2
* documentation updatesNikos Mavrogiannopoulos2010-05-291-4/+2
* Generate dh-params also used --sec-param.Nikos Mavrogiannopoulos2010-05-293-21/+35
* Document that the generator is the generator of the subgroup and not the group.Nikos Mavrogiannopoulos2010-05-291-1/+2
* Corrected certificate callback.Nikos Mavrogiannopoulos2010-05-291-35/+34
* More AES stuff (still doesn't work).Nikos Mavrogiannopoulos2010-05-283-11/+12
* Correction in RSA encryption.Nikos Mavrogiannopoulos2010-05-281-2/+2
* Fixed issue with AES.Nikos Mavrogiannopoulos2010-05-281-10/+75
* Added gnutls_sec_param_to_pk_bits() et al. to allow select bitNikos Mavrogiannopoulos2010-05-2811-90/+317
* Added support for SHA224 and SHA256 in DSA.Nikos Mavrogiannopoulos2010-05-284-1/+16
* Always use included pakchois.Nikos Mavrogiannopoulos2010-05-281-0/+3
* make sure all lines fit in page.Nikos Mavrogiannopoulos2010-05-271-2/+4
* make example more compact by removing error checking.Nikos Mavrogiannopoulos2010-05-261-17/+8
* Added bibliographic reference to PKCS #11.Nikos Mavrogiannopoulos2010-05-262-2/+6
* Added sketch for PKCS #11 usage.Nikos Mavrogiannopoulos2010-05-263-0/+5
* Added 2048 bit DSA keyNikos Mavrogiannopoulos2010-05-262-28/+44
* Increased log level of several messages.Nikos Mavrogiannopoulos2010-05-264-51/+51
* Corrected coefficient and exp[12] values in key.Nikos Mavrogiannopoulos2010-05-251-16/+16
* Added blinding in RSA. Correct broken private keys on import. NettleNikos Mavrogiannopoulos2010-05-251-12/+100
* Better checks in loops.origin/newNikos Mavrogiannopoulos2010-05-241-2/+2
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-05-248-141/+102
* Removed debugging print.Nikos Mavrogiannopoulos2010-05-241-2/+0
* Added a modified pakchois library (to open arbitrary pkcs11 modules).Nikos Mavrogiannopoulos2010-05-247-19/+2881
* Added missing file.Nikos Mavrogiannopoulos2010-05-241-0/+495
* Removed finished items.Nikos Mavrogiannopoulos2010-05-241-4/+0
* Noted that there things to be done.Nikos Mavrogiannopoulos2010-05-241-8/+11
* Added documentation on abstract types.Nikos Mavrogiannopoulos2010-05-242-130/+183