summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* _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
* 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 co...Nikos Mavrogiannopoulos2004-07-253-24/+25
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-101-8/+5
* eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude...Nikos Mavrogiannopoulos2004-07-093-11/+9
* *** 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
* 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
* 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 i...Nikos Mavrogiannopoulos2004-06-065-8/+7
* 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
* 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
* *** 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
* Corrected session resuming in SRP ciphersuites.Nikos Mavrogiannopoulos2004-05-263-4/+31
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-262-2/+7
* _gnutls_deinit() is no longer used. Sessions are notNikos Mavrogiannopoulos2004-05-232-30/+6
* some cleanups and better handling of EOF in record_recv.Nikos Mavrogiannopoulos2004-05-222-7/+12
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-181-8/+21
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-161-1/+1
* added proper libtasn1 version detection.Nikos Mavrogiannopoulos2004-05-161-1/+1
* Applied patch by Max Vozeler <max@hinterhof.net>,Nikos Mavrogiannopoulos2004-05-161-3/+4
* certtool has now support for more X.520 DN attribute types.Nikos Mavrogiannopoulos2004-05-151-0/+15
* removed gnutls_const_datum type.Nikos Mavrogiannopoulos2004-05-133-11/+1
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-133-9/+19
* opencdk is being included if not found.Nikos Mavrogiannopoulos2004-05-121-7/+10
* the TLS hello message random values no longer use strong random data.Nikos Mavrogiannopoulos2004-05-111-9/+2
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-101-5/+4
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-084-10/+22
* Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type().Nikos Mavrogiannopoulos2004-05-035-3/+41
* Fixes in the automatic disabling of certificate types.Nikos Mavrogiannopoulos2004-04-303-13/+17