summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Reorder, to get config.h included before gcrypt.h.gnutls_1_0_20Simon Josefsson2004-08-181-1/+1
|
* Typo.Simon Josefsson2004-08-171-1/+0
|
* Simplify computation of PKCS#1 version 1.5 type 2 non-zero pad bytes,Simon Josefsson2004-08-171-26/+4
| | | | reported by Robey Pointer <robey@danger.com>.
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-1712-19/+19
|
* Move hashing to generic crypto API.Simon Josefsson2004-08-162-33/+32
| | | | Implement hashing for nettle/libgcrypt in generic crypto API.
* Move randomness calls to generic crypto API.Simon Josefsson2004-08-164-11/+29
| | | | Implement randomness for libgcrypt and nettle wrappers.
* Fix warnings.Simon Josefsson2004-08-152-4/+2
|
* Fix.Simon Josefsson2004-08-151-1/+1
|
* Initiate move of all libgcrypt calls to crypto/gc* wrapper.Simon Josefsson2004-08-156-68/+58
| | | | Currently only encryption/decryption goes through generic API.
* Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck').Simon Josefsson2004-08-151-1/+1
|
* Remove *.tex stuff.Simon Josefsson2004-08-052-10/+6
|
* *** empty log message ***Simon Josefsson2004-08-052-0/+2
|
* Build gnutls-api.texi.Simon Josefsson2004-08-051-6/+9
|
* Build x509-api.texi.Simon Josefsson2004-08-051-8/+11
|
* (gnutls_is_secure_function): Add.Simon Josefsson2004-08-051-4/+5
| | | | (gnutls_global_set_mem_functions): Use it.
* (gnutls_global_set_mem_functions): Use typedefs in prototype, for gdoc.Simon Josefsson2004-08-051-7/+5
|
* (gnutls_is_secure_function): Add.Simon Josefsson2004-08-051-0/+1
|
* _gnutls_calc_srp_u() has been modified to be better.Nikos Mavrogiannopoulos2004-08-024-27/+18
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-311-1/+1
|
* Added some default limits in the verification of certificateNikos Mavrogiannopoulos2004-07-3110-57/+154
| | | | | chains, to avoid denial of service attacks. Also added gnutls_certificate_set_verify_limits() to override them.
* corrected documentation.Nikos Mavrogiannopoulos2004-07-301-3/+2
|
* SRP ciphersuites were moved to the gnutls (lgpl) library.Nikos Mavrogiannopoulos2004-07-2814-3/+2844
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-271-1/+1
|
* avoid using libtool's convenience libraries since they are buggy and cause ↵Nikos Mavrogiannopoulos2004-07-253-24/+25
| | | | conflicts in linking.
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-101-8/+5
|
* eliminated some memory leaks. Reported by Yoann Vandoorselaere ↵Nikos Mavrogiannopoulos2004-07-093-11/+9
| | | | <yoann@prelude-ids.org>.
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-021-1/+1
|
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-2913-90/+86
| | | | | session resume DB. This saves space, but will cause resumed sessions not to be able to access the original session parameters (which is ok).
* Reject hello packets with major version higher than 3.Nikos Mavrogiannopoulos2004-06-291-10/+16
|
* * Corrected a bug in certificate verification. Pointed out byNikos Mavrogiannopoulos2004-06-242-15/+21
| | | | | | Yoann Vandoorselaere <yoann@prelude-ids.org> * Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the verification functions.
* Corrected bug in PKCS #1 encryption.Nikos Mavrogiannopoulos2004-06-161-2/+2
|
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-13113-2391/+2326
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-121-4/+7
|
* added an improved verification example.Nikos Mavrogiannopoulos2004-06-124-65/+53
|
* some fixes in the session resuming code.Nikos Mavrogiannopoulos2004-06-103-23/+25
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-07125-27293/+28709
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-062-39/+50
|
* several improvementsNikos Mavrogiannopoulos2004-06-063-25/+55
|
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose ↵Nikos Mavrogiannopoulos2004-06-065-8/+7
| | | | is set. Some other minor fixes.
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-0539-276/+276
|
* several internal types fix.Nikos Mavrogiannopoulos2004-06-0531-185/+184
|
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-0514-160/+239
| | | | gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
* Allow access to the RSA-EXPORT parameters.Nikos Mavrogiannopoulos2004-06-0510-183/+197
|
* added function to access the DH (peer's) public key.Nikos Mavrogiannopoulos2004-06-048-21/+70
|
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-0415-50/+198
| | | | Diffie Hellman parameters.
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-021-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-302-6/+8
|
* added some extra checks in hello packet parsing.Nikos Mavrogiannopoulos2004-05-272-3/+21
|
* some libtasn1 related compilation fixesNikos Mavrogiannopoulos2004-05-272-11/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-271-3/+9
|