summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merged with master.gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-2343-497/+5199
* completely replaced the opencdk crypto engine with gnutls'.Nikos Mavrogiannopoulos2008-06-2320-771/+372
* more verbose output.Nikos Mavrogiannopoulos2008-06-221-0/+9
* merged with master.Nikos Mavrogiannopoulos2008-06-20101-2006/+3698
* use gnutls random API.Nikos Mavrogiannopoulos2008-05-171-1/+2
* Added new cipher entries to be used by opencdk.Nikos Mavrogiannopoulos2008-05-173-4/+28
* removed unneeded (by gnutls) encryption/decryption functionality.Nikos Mavrogiannopoulos2008-05-1712-1151/+33
* converted hash functions to gnutls functions.Nikos Mavrogiannopoulos2008-05-1716-481/+495
* corrected mpi types.Nikos Mavrogiannopoulos2008-05-112-5/+5
* mpi_t converted to bigint_t.Nikos Mavrogiannopoulos2008-05-1143-233/+230
* gc_ support dropped in favor of the included crypto backend.Nikos Mavrogiannopoulos2008-05-111-12/+0
* added _gnutls_hash_output and hmac_output functions.Nikos Mavrogiannopoulos2008-05-112-8/+38
* hash_deinit can now handle a NULL digest value.Nikos Mavrogiannopoulos2008-05-111-13/+21
* use the gnutls memory functions in opencdk.Nikos Mavrogiannopoulos2008-05-1113-441/+59
* corrected doc format.Nikos Mavrogiannopoulos2008-05-111-0/+13
* Added documentation for the new crypto backend.Nikos Mavrogiannopoulos2008-05-112-4/+93
* added versioning support in crypto registration API, to avoid usingNikos Mavrogiannopoulos2008-05-063-35/+121
* added wide wildcard hostname matching. Patch by Jean-Philippe Garcia Ballester.Nikos Mavrogiannopoulos2008-05-052-25/+254
* Revert "added wide wildcard hostname matching. Patch by Jean-Philippe Garcia"Nikos Mavrogiannopoulos2008-05-051-22/+25
* Revert "added wide wildcard hostname matching. Patch by Jean-Philippe Garcia ...Nikos Mavrogiannopoulos2008-05-051-232/+0
* added wide wildcard hostname matching. Patch by Jean-Philippe GarciaNikos Mavrogiannopoulos2008-05-051-25/+22
* added wide wildcard hostname matching. Patch by Jean-Philippe Garcia Ballester.Nikos Mavrogiannopoulos2008-05-051-0/+232
* align the GNUTLS_RND_* symbols to match the libgcrypt symbolsNikos Mavrogiannopoulos2008-05-043-23/+5
* pk-generic.c/h were removed in favor of gnutls_pk.c/hNikos Mavrogiannopoulos2008-05-049-139/+106
* Added pkcs12_s2k self test.Nikos Mavrogiannopoulos2008-05-043-2/+97
* renamed the pkcs12_s2k function.Nikos Mavrogiannopoulos2008-05-044-8/+8
* return proper value successful output.Nikos Mavrogiannopoulos2008-05-041-0/+2
* from master.Nikos Mavrogiannopoulos2008-05-041-2/+2
* from masterNikos Mavrogiannopoulos2008-05-041-0/+4
* corrected priorities.Nikos Mavrogiannopoulos2008-05-0411-99/+312
* The crypto interface is now abstract as well.Nikos Mavrogiannopoulos2008-05-047-81/+215
* The current cipher/mac/digest register interface renamed to _single_ since it...Nikos Mavrogiannopoulos2008-05-047-24/+24
* random interface is now done at rnd-libgcrypt.c similar to mpi-libgcrypt.c.Nikos Mavrogiannopoulos2008-05-0412-72/+128
* use appropriate level for random numbers (check includes/gnutls/crypto.h)Nikos Mavrogiannopoulos2008-05-042-3/+3
* Added registration functions for mpi and PK.Nikos Mavrogiannopoulos2008-05-046-1/+68
* fixes in public key decryption (affecting signing)Nikos Mavrogiannopoulos2008-05-031-0/+3
* removed conflict from mergeNikos Mavrogiannopoulos2008-05-032-11/+1
* merged with master.Nikos Mavrogiannopoulos2008-05-0393-678/+5651
* corrected argumentNikos Mavrogiannopoulos2008-05-031-1/+1
* corrected argumentNikos Mavrogiannopoulos2008-05-031-1/+1
* updates in certificate verification.Nikos Mavrogiannopoulos2008-05-035-7/+48
* signed and unsigned fixes.Nikos Mavrogiannopoulos2008-05-0314-37/+28
* changes in mpi_dprint().Nikos Mavrogiannopoulos2008-05-036-37/+36
* corrected bug in mpi_print.Nikos Mavrogiannopoulos2008-05-032-13/+15
* added self test for mpi operations.Nikos Mavrogiannopoulos2008-05-032-1/+82
* updated for self tests.Nikos Mavrogiannopoulos2008-05-037-54/+51
* first compilation with new PK.Nikos Mavrogiannopoulos2008-05-018-587/+661
* call fixup paramsNikos Mavrogiannopoulos2008-04-285-132/+447
* more pk abstraction changesNikos Mavrogiannopoulos2008-04-282-5/+5
* generate primes through mpi interface.Nikos Mavrogiannopoulos2008-04-267-329/+359