added PGPKEYS
1 lines of code changed in:
updated
8 lines of code changed in:
corrected bug which did not allow a client to accept multiple CA distinguished
names.
5 lines of code changed in:
updated
6 lines of code changed in:
*** empty log message ***
6 lines of code changed in:
some corrections in documentation
2 lines of code changed in:
releasing 0.3.0
1 lines of code changed in:
cleaned up and fixed ASN.1 documentation.
43 lines of code changed in:
corrected in order not to complain if func(void) is used.
1 lines of code changed in:
cleanups
4 lines of code changed in:
some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.
Added defines to keep source compatibility.
149 lines of code changed in:
corrected bugs in AUTH_INFO allocation
4 lines of code changed in:
cleanups
10 lines of code changed in:
corrections in the configuration files.
80 lines of code changed in:
some corrections in assembler detection. Also chmod -w gnutls.h was
removed.
1 lines of code changed in:
Corrections for big endian machines. Pointed out by Mike Siers <mikes@poliac.com>
13 lines of code changed in:
cleanups and documentation updates
39 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
corrections in SRP and ANON authentication.
Also corrections in the session packing for anonymous auth info.
26 lines of code changed in:
*_alert -> alert_*
29 lines of code changed in:
gnutls_set_max_record_size -> gnutls_record_set_max_size
gnutls_get_max_record_size -> gnutls_record_get_max_size
gnutls_set_cred -> gnutls_cred_set
gnutls_get_auth_type -> gnutls_auth_get_type
40 lines of code changed in:
documentation updated
3 lines of code changed in:
changed function names
7 lines of code changed in:
removed ASN1.readme.txt
1 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
*** empty log message ***
6 lines of code changed in:
renamed gnutls_x509pki_set_trust/key to
gnutls_x509pki_set_trust_file/key_file
23 lines of code changed in:
some corrections in the DECR_LEN stuff added recently.
15 lines of code changed in:
updated documentation
3 lines of code changed in:
More carefull parsing of incoming packets.
50 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
7 lines of code changed in:
several cleanups
654 lines of code changed in:
corrected bugs in STD formating (back to USG).
1 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
last commits for 0.2.91
4 lines of code changed in:
optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)
233 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
fixed gnutls_anon_free_client_sc()
1 lines of code changed in:
Fixes in anonymous authentication.
Fixes in client ciphersuite selection.
99 lines of code changed in:
GET_CN() now works. (affects debug mode only)
23 lines of code changed in:
crypt -> srpcrypt
8 lines of code changed in:
Optimizations in server certificate callback.
63 lines of code changed in:
added gnutls_transport_get_ptr() and gnutls_db_get_ptr() functions.
33 lines of code changed in:
remove dnsname (name_ind) extension
5 lines of code changed in:
Cleanups. Now use GCRYMPI_FMT_STD instead of USG.
131 lines of code changed in:
*** empty log message ***
6 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
updated documentation
2 lines of code changed in:
callbacks now get a GNUTLS_STATE argument.
7 lines of code changed in:
GNUTLS_KX_RSA renamed to GNUTLS_KX_X509PKI_RSA (and the other X509 key
exchange methods). This will allow GNUTLS_KX_PGP_RSA etc.
93 lines of code changed in:
GNUTLS_LIST is now int*
85 lines of code changed in:
cleanups again
147 lines of code changed in:
some changes to keep gcc -Wall happy
54 lines of code changed in:
Several cleanups.
175 lines of code changed in:
Changes in function names concerning _db_ handling and _session_ handling.
59 lines of code changed in:
Added callback to select the server certificate.
580 lines of code changed in:
optimized certificate handling API
87 lines of code changed in:
several cleanups. Removed old unneeded functions.
certificate verification was moved out of the handshake procedure.
71 lines of code changed in:
some cleanups
17 lines of code changed in:
now the peer's certificate list is stored into auth info structure (instead
of the certificate).
several other cleanups.
746 lines of code changed in:
moving gnutls_DN structures out of gnutls_cert and auth_info structures.
Now they are generated upon request.
310 lines of code changed in:
fixes in autoconf scripts
22 lines of code changed in:
updated detection of library settings
132 lines of code changed in: