Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 co... | Nikos Mavrogiannopoulos | 2004-07-25 | 3 | -24/+25 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-07-10 | 1 | -8/+5 |
* | eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude... | Nikos Mavrogiannopoulos | 2004-07-09 | 3 | -11/+9 |
* | *** 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 |
* | 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 |
* | 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 i... | Nikos Mavrogiannopoulos | 2004-06-06 | 5 | -8/+7 |
* | 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 |
* | 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 |
* | *** 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 |
* | Corrected session resuming in SRP ciphersuites. | Nikos Mavrogiannopoulos | 2004-05-26 | 3 | -4/+31 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-26 | 2 | -2/+7 |
* | _gnutls_deinit() is no longer used. Sessions are not | Nikos Mavrogiannopoulos | 2004-05-23 | 2 | -30/+6 |
* | some cleanups and better handling of EOF in record_recv. | Nikos Mavrogiannopoulos | 2004-05-22 | 2 | -7/+12 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-18 | 1 | -8/+21 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-16 | 1 | -1/+1 |
* | added proper libtasn1 version detection. | Nikos Mavrogiannopoulos | 2004-05-16 | 1 | -1/+1 |
* | Applied patch by Max Vozeler <max@hinterhof.net>, | Nikos Mavrogiannopoulos | 2004-05-16 | 1 | -3/+4 |
* | certtool has now support for more X.520 DN attribute types. | Nikos Mavrogiannopoulos | 2004-05-15 | 1 | -0/+15 |
* | removed gnutls_const_datum type. | Nikos Mavrogiannopoulos | 2004-05-13 | 3 | -11/+1 |
* | some fixes in the compilation system. | Nikos Mavrogiannopoulos | 2004-05-13 | 3 | -9/+19 |
* | opencdk is being included if not found. | Nikos Mavrogiannopoulos | 2004-05-12 | 1 | -7/+10 |
* | the TLS hello message random values no longer use strong random data. | Nikos Mavrogiannopoulos | 2004-05-11 | 1 | -9/+2 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-10 | 1 | -5/+4 |
* | Fixed some things in the random number usage. Weak levels are used | Nikos Mavrogiannopoulos | 2004-05-08 | 4 | -10/+22 |
* | Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type(). | Nikos Mavrogiannopoulos | 2004-05-03 | 5 | -3/+41 |
* | Fixes in the automatic disabling of certificate types. | Nikos Mavrogiannopoulos | 2004-04-30 | 3 | -13/+17 |
* | Automatically disable certificate types that do not have corresponding | Nikos Mavrogiannopoulos | 2004-04-29 | 4 | -22/+51 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-26 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-23 | 2 | -2/+6 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-22 | 2 | -3/+2 |