index
:
openvpn.git
beta/2.3
master
release/2.3
Copy of the official OpenVPN git repo
David Sommerseth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update TLSv1 error messages to SSLv23 to reflect changes from commit 4b67f98
Steffan Karger
2014-01-03
1
-2
/
+2
*
Also update TLSv1_method() calls in support code to SSLv23_method() calls.
Steffan Karger
2014-01-03
1
-2
/
+2
*
Add warning for using connection block variables after connection blocks
Arne Schwabe
2013-12-17
1
-7
/
+23
*
Fix file checks when --chroot is being used
David Sommerseth
2013-12-16
1
-21
/
+61
*
pkcs11: use generic evp key instead of rsa
Alon Bar-Lev
2013-12-16
1
-7
/
+7
*
Support non-ASCII characters in Windows tmp path
Heiko Hund
2013-12-05
1
-13
/
+21
*
Fix IPv6_V6ONLY logic.
Gert Doering
2013-12-01
1
-1
/
+2
*
Implement listing on IPv4/IPv6 dual socket on all platform
Arne Schwabe
2013-11-29
6
-10
/
+34
*
Move ASSERT so external-key with OpenSSL works again
Arne Schwabe
2013-11-29
1
-1
/
+2
*
Implement dual stack client support for OpenVPN
Arne Schwabe
2013-11-29
14
-632
/
+671
*
When resolving fails print the error message from socket layer
Arne Schwabe
2013-11-27
1
-5
/
+7
*
change the type of 'remote' to addrinfo*, and rename to 'remote_list'.
Arne Schwabe
2013-11-27
5
-39
/
+111
*
Remove the ip-remote-hint option.
Arne Schwabe
2013-11-26
3
-21
/
+2
*
Change proto_remote() function to return a constant string
Arne Schwabe
2013-11-26
3
-12
/
+14
*
Split link_socket_init_phase1 and link_socket_init_phase2 into
Arne Schwabe
2013-11-26
1
-207
/
+256
*
Fix assertion when SIGUSR1 is received while getaddrinfo is successful
Arne Schwabe
2013-11-24
1
-6
/
+8
*
Fix two instances of asserting AF_INET
Arne Schwabe
2013-11-24
1
-3
/
+2
*
Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...
Arne Schwabe
2013-11-24
8
-167
/
+144
*
Simplify print_sockaddr_ex function, merge duplicate ipv4/ipv6 logic.
Arne Schwabe
2013-11-23
3
-65
/
+67
*
Fix compile error in ssl_openssl introduced by polar external-management patch
Arne Schwabe
2013-11-23
1
-2
/
+2
*
external_pkcs1_sign: Support non-RSA_SIG_RAW hash_ids
Joachim Schipper
2013-11-23
1
-7
/
+69
*
--management-external-key for PolarSSL
Joachim Schipper
2013-11-23
3
-5
/
+102
*
Refactor tls_ctx_use_external_private_key()
Joachim Schipper
2013-11-23
4
-46
/
+33
*
Change the type of all ports in openvpn to const char* and let getaddrinfo re...
Arne Schwabe
2013-11-22
14
-242
/
+177
*
Remove duplicate cipher entries from TLS translation table.
Max Muster
2013-11-20
1
-4
/
+0
*
Fix slow memory drain on each client renegotiation.
Gert Doering
2013-11-17
3
-12
/
+21
*
tls_ctx_load_ca: Improve certificate error messages
Klee Dienes
2013-11-15
1
-3
/
+24
*
Fix argument type warning introduced by http extra proxy header patch.
Gert Doering
2013-11-15
1
-1
/
+1
*
Add reporting of UI version to basic push-peer-info set.
Arne Schwabe
2013-11-15
1
-7
/
+9
*
Implement custom HTTP header for http-proxy, and always send user-agent:
Arne Schwabe
2013-11-15
3
-21
/
+111
*
Support non-ASCII TAP adapter names on Windows
Heiko Hund
2013-10-23
1
-5
/
+10
*
Correct error text when no Windows TAP device is present
Josh Cepek
2013-08-22
1
-1
/
+1
*
Always load intermediate certificates from a PKCS#12 file
Heikki Hannikainen
2013-08-16
1
-1
/
+19
*
Add support to ignore specific options.
Arne Schwabe
2013-08-16
2
-2
/
+55
*
MSVC fixes
James Yonan
2013-08-16
10
-71
/
+79
*
Added "setenv opt" directive prefix. If present, and if the
James Yonan
2013-07-15
1
-1
/
+12
*
TLS version negotiation
James Yonan
2013-07-11
6
-4
/
+139
*
plugin: Extend the plug-in v3 API to identify the SSL implementation used
David Sommerseth
2013-07-03
2
-2
/
+10
*
Remove the --disable-eurephia configure option
David Sommerseth
2013-07-03
3
-12
/
+2
*
Add support of utun devices under Mac OS X
Arne Schwabe
2013-07-03
2
-67
/
+274
*
PATCHv3 Remove unused variables or put them to the defines they are being use...
Arne Schwabe
2013-06-20
8
-19
/
+2
*
Improve documentation and help text for --route-ipv6.
Gert Doering
2013-06-11
1
-1
/
+1
*
Add support for client-cert-not-required for PolarSSL.
Tamas TEVESZ
2013-06-11
1
-2
/
+14
*
Do not pass struct tls_session* as void* in key_state_ssl_init().
Steffan Karger
2013-06-07
3
-3
/
+7
*
Fix another #ifdef/#if P2MP_SERVER
Arne Schwabe
2013-06-01
1
-1
/
+1
*
Move checking of script file access into set_user_script
Arne Schwabe
2013-05-31
1
-22
/
+11
*
Move settings of user script into set_user_script function
Arne Schwabe
2013-05-31
3
-30
/
+37
*
Fix #ifdefs for P2MP_SERVER
Arne Schwabe
2013-05-31
2
-2
/
+2
*
Provide more accurate warning message
Davide Brini
2013-05-30
1
-1
/
+1
*
Only print script warnings when a script is used. Remove stray mention of scr...
Arne Schwabe
2013-05-30
2
-7
/
+14
[prev]
[next]