summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cleanupsgnutls_0_3_0Nikos Mavrogiannopoulos2001-12-193-3/+4
|
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-1923-139/+148
| | | | Added defines to keep source compatibility.
* corrected bugs in AUTH_INFO allocationNikos Mavrogiannopoulos2001-12-191-4/+4
|
* cleanupsNikos Mavrogiannopoulos2001-12-183-15/+10
|
* corrections in the configuration files.Nikos Mavrogiannopoulos2001-12-187-7/+15
|
* some corrections in assembler detection. Also chmod -w gnutls.h wasNikos Mavrogiannopoulos2001-12-171-2/+1
| | | | removed.
* Corrections for big endian machines. Pointed out by Mike Siers ↵Nikos Mavrogiannopoulos2001-12-174-14/+13
| | | | <mikes@poliac.com>
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-12-1717-38/+52
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-171-1/+2
|
* corrections in SRP and ANON authentication.Nikos Mavrogiannopoulos2001-12-175-39/+26
| | | | Also corrections in the session packing for anonymous auth info.
* *_alert -> alert_*Nikos Mavrogiannopoulos2001-12-1710-32/+33
|
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-1721-47/+46
| | | | | | gnutls_get_max_record_size -> gnutls_record_get_max_size gnutls_set_cred -> gnutls_cred_set gnutls_get_auth_type -> gnutls_auth_get_type
* documentation updatedNikos Mavrogiannopoulos2001-12-169-69/+77
|
* changed function namesNikos Mavrogiannopoulos2001-12-163-6/+7
|
* fixes in documentationNikos Mavrogiannopoulos2001-12-164-10/+11
|
* removed ASN1.readme.txtNikos Mavrogiannopoulos2001-12-162-378/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-161-6/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-154-6/+6
|
* renamed gnutls_x509pki_set_trust/key toNikos Mavrogiannopoulos2001-12-1412-24/+29
| | | | gnutls_x509pki_set_trust_file/key_file
* some corrections in the DECR_LEN stuff added recently.Nikos Mavrogiannopoulos2001-12-145-17/+15
|
* updated documentationNikos Mavrogiannopoulos2001-12-146-7/+31
|
* More carefull parsing of incoming packets.Nikos Mavrogiannopoulos2001-12-136-8/+50
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-132-5/+8
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-114-7/+7
|
* several cleanupsNikos Mavrogiannopoulos2001-12-111-423/+654
|
* corrected bugs in STD formating (back to USG).Nikos Mavrogiannopoulos2001-12-112-11/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-101-3/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-101-1/+1
|
* last commits for 0.2.91gnutls_0_2_91Nikos Mavrogiannopoulos2001-12-102-4/+4
|
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-1017-164/+233
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-101-2/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-101-1/+1
|
* updated documentationNikos Mavrogiannopoulos2001-12-091-2/+4
|
* fixed gnutls_anon_free_client_sc()Nikos Mavrogiannopoulos2001-12-091-1/+1
|
* Fixes in anonymous authentication.Nikos Mavrogiannopoulos2001-12-099-31/+102
| | | | Fixes in client ciphersuite selection.
* GET_CN() now works. (affects debug mode only)Nikos Mavrogiannopoulos2001-12-092-5/+23
|
* crypt -> srpcryptNikos Mavrogiannopoulos2001-12-093-2/+2
|
* Optimizations in server certificate callback.Nikos Mavrogiannopoulos2001-12-097-35/+63
|
* added gnutls_transport_get_ptr() and gnutls_db_get_ptr() functions.Nikos Mavrogiannopoulos2001-12-085-2/+33
|
* remove dnsname (name_ind) extensionNikos Mavrogiannopoulos2001-12-089-194/+5
|
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-0815-113/+131
|
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-081-0/+6
|
* *** empty log message ***gnutls_0_2_90Nikos Mavrogiannopoulos2001-12-072-1/+4
|
* added missing filesNikos Mavrogiannopoulos2001-12-072-0/+142
|
* updated documentationNikos Mavrogiannopoulos2001-12-077-157/+35
|
* callbacks now get a GNUTLS_STATE argument.Nikos Mavrogiannopoulos2001-12-073-7/+7
|
* GNUTLS_KX_RSA renamed to GNUTLS_KX_X509PKI_RSA (and the other X509 keyNikos Mavrogiannopoulos2001-12-0713-154/+102
| | | | exchange methods). This will allow GNUTLS_KX_PGP_RSA etc.
* GNUTLS_LIST is now int*Nikos Mavrogiannopoulos2001-12-0613-199/+131
|
* cleanups againNikos Mavrogiannopoulos2001-12-0619-159/+155
|
* some changes to keep gcc -Wall happyNikos Mavrogiannopoulos2001-12-065-34/+54
|