July 28, 2010
View 328500c

Merge branch 'svn-BETA21' into beta2.2

David Sommerseth authored on 2010/07/28 18:22:51
July 27, 2010
View dc85dae

Fixed an issue where application payload transmissions on the TLS control channel (such as AUTH_FAILED) that occur during or immediately after a TLS renegotiation might be dropped.

James Yonan authored on 2010/07/27 16:10:01
July 23, 2010
View 0b026a9

Merge branch 'feat_misc' into beta2.2

David Sommerseth authored on 2010/07/23 05:33:16
June 18, 2010
View 935c62b

Choose a different field in X509 to be username

Emilien Mantel authored on 2010/06/18 04:38:59
June 5, 2010
View e0ca5fd

Merge branch 'master' into bugfix2.1

David Sommerseth authored on 2010/06/05 06:18:03
June 1, 2010
View aaf7297

Implemented a key/value auth channel from client to server.

James Yonan authored on 2010/06/01 16:12:27
April 29, 2010
View 564a210

Updated copyright date to 2010.

James Yonan authored on 2010/04/29 01:31:36
April 9, 2010
View 6484c62

Make use of counter_type instead of int when counting bytes and network packets

David Sommerseth authored on 2010/04/09 04:18:42
March 2, 2010
View a398218

enhance tls-verify possibility

Mathieu GIANNECCHINI authored on 2010/03/02 08:26:57
November 13, 2009
View b9437c6

Increase MAX_CERT_DEPTH to 16 (from 8), and when exceeded, make it a hard failure, rather than just a warning.

james authored on 2009/11/13 20:09:47
October 26, 2009
View ec4a500

On server, lock client-provided certs against mid-session TLS renegotiations -- this is similer to how the common name is also locked.

james authored on 2009/10/26 00:51:04
October 24, 2009
View 71b557b

On server, lock session username against changes in mid-session TLS renegotiations -- this is similer to how the common name is also locked.

james authored on 2009/10/24 10:08:30
September 30, 2009
View 5733ef6

Added the ability for the server to provide a custom reason string when an AUTH_FAILED message is returned to the client. This string can be set by the server-side managment interface and read by the client-side management interface.

james authored on 2009/09/30 08:10:14
September 28, 2009
View e1e977f

Added --server-poll-timeout option : when polling possible remote servers to connect to in a round-robin fashion, spend no more than n seconds waiting for a response before trying the next server.

james authored on 2009/09/28 16:27:22
September 27, 2009
View 3eee126

Eliminated the limitation on the number of options that can be pushed to clients, including routes. Previously, all pushed options needed to fit within a 1024 byte options string.

james authored on 2009/09/27 11:12:15