projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2012-12-03
Dr. Stephen...
oops, really check brief mode only ;-)
commit
|
commitdiff
|
tree
|
snapshot
2012-12-03
Dr. Stephen...
don't check errno is zero, just print out message
commit
|
commitdiff
|
tree
|
snapshot
2012-12-03
Dr. Stephen...
if no error code and -brief selected print out connecti...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-02
Dr. Stephen...
add -badsig option to corrupt CRL signatures for testin...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-02
Dr. Stephen...
New option to add CRLs for s_client and s_server.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-02
Dr. Stephen...
add option to get a certificate or CRL from a URL
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Dr. Stephen...
return error if Suite B mode is selected and TLS 1...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Andy Polyakov
cryptlib.c: fix logical error.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Andy Polyakov
aesni-x86_64.pl: CTR face lift, +25% on Bulldozer.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Andy Polyakov
aes-s390x.pl: harmonize software-only code path [and...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-30
Dr. Stephen...
Add new test option set the version in generated certif...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dr. Stephen...
PR: 2803
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dr. Stephen...
add wrapper function for certificate download
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Dr. Stephen...
constify
commit
|
commitdiff
|
tree
|
snapshot
2012-11-28
Dr. Stephen...
Generalise OCSP I/O functions to support dowloading...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-28
Andy Polyakov
C64x+ assembly pack: improve EABI support.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-28
Andy Polyakov
Update support for Intel compiler: add linux-x86_64...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-27
Dr. Stephen...
New functions to set lookup_crls callback and to retrie...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-26
Dr. Stephen...
Print out point format list for clients too.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-26
Dr. Stephen...
Use default point formats extension for server side...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-26
Dr. Stephen...
change inaccurate error message
commit
|
commitdiff
|
tree
|
snapshot
2012-11-26
Dr. Stephen...
set auto ecdh parameter selction for Suite B
commit
|
commitdiff
|
tree
|
snapshot
2012-11-26
Dr. Stephen...
set cmdline flag in s_server
commit
|
commitdiff
|
tree
|
snapshot
2012-11-25
Dr. Stephen...
option to output corrupted signature in certificates...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-24
Andy Polyakov
AES for SPARC T4: add XTS, reorder subroutines to impro...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-24
Dr. Stephen...
add Suite B 128 bit mode offering only combination 2
commit
|
commitdiff
|
tree
|
snapshot
2012-11-23
Dr. Stephen...
Don't display messages about verify depth in s_server...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dr. Stephen...
Add support for printing out and retrieving EC point...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dr. Stephen...
reject zero length point format list or supported curve...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dr. Stephen...
support -quiet with -msg or -trace
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dr. Stephen...
curves can be set in both client and server
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dr. Stephen...
use correct return values when callin cmd
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dr. Stephen...
only use a default curve if not already set
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dr. Stephen...
Reorganise parameters for OPENSSL_gmtime_diff.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dr. Stephen...
Submitted by: Florian Weimer <fweimer@redhat.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dr. Stephen...
PR: 2908
commit
|
commitdiff
|
tree
|
snapshot
2012-11-20
Dr. Stephen...
fix printout of expiry days if -enddate is used in ca
commit
|
commitdiff
|
tree
|
snapshot
2012-11-20
Dr. Stephen...
don't use psec or pdays if NULL
commit
|
commitdiff
|
tree
|
snapshot
2012-11-20
Dr. Stephen...
first parameter is difference in days, not years
commit
|
commitdiff
|
tree
|
snapshot
2012-11-20
Dr. Stephen...
reorganise SSL_CONF_cmd manual page and update some...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-20
Dr. Stephen...
fix leaks
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
with -rev close connection if client sends "CLOSE"
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
update usage messages
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
correct docs
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
document -trace and -msgfile options
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
update docs for s_server/s_client
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
make depend
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
new function ASN1_TIME_diff to calculate difference...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Andy Polyakov
x86_64-gcc.c: resore early clobber constraint.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
make depend
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PR...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
remove obsolete code
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dr. Stephen...
fix typo and warning
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dr. Stephen...
clarify docs
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dr. Stephen...
fix manual page file name
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dr. Stephen...
document -naccept option
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dr. Stephen...
add -naccept <n> option to s_server to automatically...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dr. Stephen...
PR: 2880
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dr. Stephen...
PR: 2909
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dr. Stephen...
remove redundant code from demo
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Andy Polyakov
cryptlib.c: revert typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Andy Polyakov
Extend OPENSSL_ia32cap_P with extra word to accomodate...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Andy Polyakov
perlasm/sparcv9_modes.pl: addendum to commit#22966.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Dr. Stephen...
fix error messages
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Dr. Stephen...
Delegate command line handling for many common options...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Dr. Stephen...
initial decription of GCM/CCM usage via EVP
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Andy Polyakov
Support for SPARC T4 MONT[MUL|SQR] instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Dr. Stephen...
fix typos in SSL_CONF documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Dr. Stephen...
add SSL_CONF functions and documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Dr. Stephen...
typo
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Dr. Stephen...
update ciphers documentation to indicate implemented...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Dr. Stephen...
initial update of ciphers doc
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Dr. Stephen...
new command line option -stdname to ciphers utility
commit
|
commitdiff
|
tree
|
snapshot
2012-11-15
Dr. Stephen...
add "missing" TLSv1.2 cipher alias
commit
|
commitdiff
|
tree
|
snapshot
2012-11-12
Andy Polyakov
aes-x86_64.pl: Atom-specific optimizations, +10%.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-12
Andy Polyakov
aes-586.pl: Atom-specific optimization, +44/29%, minor...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Andy Polyakov
ppccap.c: fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Andy Polyakov
ppccap.c: restrict features on AIX 5.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Andy Polyakov
bn_word.c: fix overflow bug in BN_add_word.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Dr. Stephen...
new feature: if ctx==NULL in SSL_CTX_ctrl perform synta...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Dr. Stephen...
contify
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Andy Polyakov
crypto/modes: even more strict aliasing fixes [and...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Ben Laurie
More strict aliasing fix.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Dr. Stephen...
correct error function code
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Andy Polyakov
cbc128.c: fix strict aliasing warning.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Andy Polyakov
e_camillia.c: remove copy-n-paste artifact, EVP_CIPH_FL...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Andy Polyakov
ghash-sparcv9.pl: 22% improvement on T4.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Ben Laurie
Remove unused static function.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Ben Laurie
Fix gcc 4.8 warning (strict aliasing violation).
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Andy Polyakov
mk1mf.pl: correct flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Andy Polyakov
e_os.h: keep stdin redifinitions to "normal" Windows.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Andy Polyakov
util/fipslink.pl: further adjustments.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Andy Polyakov
util/fipslink.pl: fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Andy Polyakov
e_os.h: skip redundant headers in fipscanister build.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Andy Polyakov
util/fipslink.pl: allow for single-step link.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Andy Polyakov
util/pl/VC-32.pl: make fipscanister.lib universally...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Dr. Stephen...
typo
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Andy Polyakov
test_t4: cover even Camellia.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Andy Polyakov
SPARCv9 assembly pack: harmonize ABI handling (so that...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Andy Polyakov
[aes|cmll]t4-sparcv9.pl: unify argument handling.
commit
|
commitdiff
|
tree
|
snapshot
next