index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ssl
/
test
/
ssl_to_openssl_SUITE.erl
Age
Commit message (
Expand
)
Author
2012-10-01
ssl: Better test to determine if sslv2 is supported by openssl
Ingela Anderton Andin
2012-09-26
ssl: Shorten test case names to workaround ct shortcomings on windows
Ingela Anderton Andin
2012-09-20
ssl: Changed default behaviour of next protocol negotiation to make
Ingela Anderton Andin
2012-09-20
ssl: Support for SSL Next Protocol Negotiation
Ben Murphy
2012-08-22
ssl: Test suite adjustments
Ingela Anderton Andin
2012-08-22
ssl: TLS 1.2: fix Certificate Request list of Accepted Signatur/Hash combinat...
Andreas Schultz
2012-08-22
ssl: Add Signature Algorithms hello extension from TLS 1.2
Andreas Schultz
2012-08-22
ssl: Add crypto support check (TLS 1.2 require sha256 support)
Ingela Anderton Andin
2012-08-22
ssl: Run relevant tests for all SSL/TLS versions
Ingela Anderton Andin
2012-08-22
ssl: Add TLS version switches to openssl tests
Andreas Schultz
2012-06-12
ssl: Test case fixes
Ingela Anderton Andin
2012-06-08
ssl: File handling optimization
Ingela Anderton Andin
2012-02-03
Do not test sslv2 rejection with openssl-1.*
Ingela Anderton Andin
2011-11-23
Implementation of 1/n-1 splitting countermeasure Rizzo/Duong-Beast
Ingela Anderton Andin
2011-11-15
Work around bug in openss-1.0.0e
Ingela Anderton Andin
2011-11-15
Avoid openssl processes surviving after test case has finished
Ingela Anderton Andin
2011-11-01
Added PKCS-8 support in ssl
Ingela Anderton Andin
2011-03-07
Workaround for application:start(crypto) inconsistency
Ingela Anderton Andin
2011-02-17
Rename Suite Callback to Common Test Hook
Lukas Larsson
2011-02-17
Fix formatting for ssl
Lukas Larsson
2011-02-17
Add ts_install_scb to suite/0
Lukas Larsson
2011-02-17
Update ssl tests to conform with common_test standard
Lukas Larsson
2011-01-24
Changed crypto start test so that it works as intended
Ingela Anderton Andin
2011-01-20
Skip ssl and public key tests if crypto fails to start
Ingela Anderton Andin
2010-12-16
Cache invalidation and consistent user closing
Ingela Anderton Andin
2010-11-30
Updated tests to avoid test case failure for non interesting reasons
Ingela Anderton Andin
2010-10-07
Anonymous cipher suites
Ingela Anderton Andin
2010-08-31
Add tests for crypto RC4 bug
Ingela Anderton Andin
2010-06-29
The server now verifies the client certificate verify message correctly, inst...
Ingela Anderton Andin
2010-06-11
OTP-8695 New ssl default
Ingela Anderton Andin
2010-06-08
Move dsa ticket to r14a release
Ingela Anderton Andin
2010-06-07
OTP-8587 DSA key support
Ingela Anderton Andin
2010-05-26
Avoid apparently timing issus when closing down openssl
Ingela Anderton Andin
2010-05-25
Better coverage
Ingela Anderton Andin
2010-05-11
OTP-8568 RFC -5746
Ingela Anderton Andin
2010-04-29
OTP-8588 Alert and packet handling improvment
Ingela Anderton Andin
2010-04-15
Tried to minimize sleeping
Ingela Anderton Andin
2010-04-15
Ignore renegotiation reject until we implemented RFC-5746
Ingela Anderton Andin
2010-04-13
OTP-8554 Certificate extensions
Ingela Anderton Andin
2010-04-07
** Empty commit message **
Ingela Anderton Andin
2010-03-25
OTP-8517 Renegotiation
Ingela Anderton Andin
2010-01-13
Add test suite for the ssl application
Dan Gudmundsson