Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorder, to get config.h included before gcrypt.h.gnutls_1_0_20 | Simon Josefsson | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | Typo. | Simon Josefsson | 2004-08-17 | 1 | -1/+0 |
| | |||||
* | Simplify computation of PKCS#1 version 1.5 type 2 non-zero pad bytes, | Simon Josefsson | 2004-08-17 | 1 | -26/+4 |
| | | | | reported by Robey Pointer <robey@danger.com>. | ||||
* | Use minmax.h from gnulib instead of GMIN/GMAX. | Simon Josefsson | 2004-08-17 | 12 | -19/+19 |
| | |||||
* | Move hashing to generic crypto API. | Simon Josefsson | 2004-08-16 | 2 | -33/+32 |
| | | | | Implement hashing for nettle/libgcrypt in generic crypto API. | ||||
* | Move randomness calls to generic crypto API. | Simon Josefsson | 2004-08-16 | 4 | -11/+29 |
| | | | | Implement randomness for libgcrypt and nettle wrappers. | ||||
* | Fix warnings. | Simon Josefsson | 2004-08-15 | 2 | -4/+2 |
| | |||||
* | Fix. | Simon Josefsson | 2004-08-15 | 1 | -1/+1 |
| | |||||
* | Initiate move of all libgcrypt calls to crypto/gc* wrapper. | Simon Josefsson | 2004-08-15 | 6 | -68/+58 |
| | | | | Currently only encryption/decryption goes through generic API. | ||||
* | Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck'). | Simon Josefsson | 2004-08-15 | 1 | -1/+1 |
| | |||||
* | Remove *.tex stuff. | Simon Josefsson | 2004-08-05 | 2 | -10/+6 |
| | |||||
* | *** empty log message *** | Simon Josefsson | 2004-08-05 | 2 | -0/+2 |
| | |||||
* | Build gnutls-api.texi. | Simon Josefsson | 2004-08-05 | 1 | -6/+9 |
| | |||||
* | Build x509-api.texi. | Simon Josefsson | 2004-08-05 | 1 | -8/+11 |
| | |||||
* | (gnutls_is_secure_function): Add. | Simon Josefsson | 2004-08-05 | 1 | -4/+5 |
| | | | | (gnutls_global_set_mem_functions): Use it. | ||||
* | (gnutls_global_set_mem_functions): Use typedefs in prototype, for gdoc. | Simon Josefsson | 2004-08-05 | 1 | -7/+5 |
| | |||||
* | (gnutls_is_secure_function): Add. | Simon Josefsson | 2004-08-05 | 1 | -0/+1 |
| | |||||
* | _gnutls_calc_srp_u() has been modified to be better. | Nikos Mavrogiannopoulos | 2004-08-02 | 4 | -27/+18 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-07-31 | 1 | -1/+1 |
| | |||||
* | Added some default limits in the verification of certificate | Nikos Mavrogiannopoulos | 2004-07-31 | 10 | -57/+154 |
| | | | | | chains, to avoid denial of service attacks. Also added gnutls_certificate_set_verify_limits() to override them. | ||||
* | corrected documentation. | Nikos Mavrogiannopoulos | 2004-07-30 | 1 | -3/+2 |
| | |||||
* | SRP ciphersuites were moved to the gnutls (lgpl) library. | Nikos Mavrogiannopoulos | 2004-07-28 | 14 | -3/+2844 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-07-27 | 1 | -1/+1 |
| | |||||
* | avoid using libtool's convenience libraries since they are buggy and cause ↵ | Nikos Mavrogiannopoulos | 2004-07-25 | 3 | -24/+25 |
| | | | | conflicts in linking. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-07-10 | 1 | -8/+5 |
| | |||||
* | eliminated some memory leaks. Reported by Yoann Vandoorselaere ↵ | Nikos Mavrogiannopoulos | 2004-07-09 | 3 | -11/+9 |
| | | | | <yoann@prelude-ids.org>. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | The ephemeral DH and RSA parameters are no longer stored in the | Nikos Mavrogiannopoulos | 2004-06-29 | 13 | -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 Mavrogiannopoulos | 2004-06-29 | 1 | -10/+16 |
| | |||||
* | * Corrected a bug in certificate verification. Pointed out by | Nikos Mavrogiannopoulos | 2004-06-24 | 2 | -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 Mavrogiannopoulos | 2004-06-16 | 1 | -2/+2 |
| | |||||
* | Added the '_t' suffix to all exported symbols. | Nikos Mavrogiannopoulos | 2004-06-13 | 113 | -2391/+2326 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-06-12 | 1 | -4/+7 |
| | |||||
* | added an improved verification example. | Nikos Mavrogiannopoulos | 2004-06-12 | 4 | -65/+53 |
| | |||||
* | some fixes in the session resuming code. | Nikos Mavrogiannopoulos | 2004-06-10 | 3 | -23/+25 |
| | |||||
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 125 | -27293/+28709 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-06-06 | 2 | -39/+50 |
| | |||||
* | several improvements | Nikos Mavrogiannopoulos | 2004-06-06 | 3 | -25/+55 |
| | |||||
* | updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose ↵ | Nikos Mavrogiannopoulos | 2004-06-06 | 5 | -8/+7 |
| | | | | is set. Some other minor fixes. | ||||
* | some other changes to the internal types names. | Nikos Mavrogiannopoulos | 2004-06-05 | 39 | -276/+276 |
| | |||||
* | several internal types fix. | Nikos Mavrogiannopoulos | 2004-06-05 | 31 | -185/+184 |
| | |||||
* | Added the functions gnutls_x509_crt_get_pk_rsa_raw() and | Nikos Mavrogiannopoulos | 2004-06-05 | 14 | -160/+239 |
| | | | | gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates. | ||||
* | Allow access to the RSA-EXPORT parameters. | Nikos Mavrogiannopoulos | 2004-06-05 | 10 | -183/+197 |
| | |||||
* | added function to access the DH (peer's) public key. | Nikos Mavrogiannopoulos | 2004-06-04 | 8 | -21/+70 |
| | |||||
* | Added news functions to allow access to the ephemeral | Nikos Mavrogiannopoulos | 2004-06-04 | 15 | -50/+198 |
| | | | | Diffie Hellman parameters. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-06-02 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-30 | 2 | -6/+8 |
| | |||||
* | added some extra checks in hello packet parsing. | Nikos Mavrogiannopoulos | 2004-05-27 | 2 | -3/+21 |
| | |||||
* | some libtasn1 related compilation fixes | Nikos Mavrogiannopoulos | 2004-05-27 | 2 | -11/+3 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-27 | 1 | -3/+9 |
| |