projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Put thread-fork-init inside a run-once guard
2017-08-18
Rich Salz
Put thread-fork-init inside a run-once guard
commit
|
commitdiff
|
tree
2017-08-18
Todd Short
Reorder extensions to put SigAlgs last
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-16
David von Oheimb
Fix OCSP_basic_verify() cert chain construction in...
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-16
FdaSilvaYY
fix some typos
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-16
FdaSilvaYY
Fix two MSVC warnings in apps.c
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-16
FdaSilvaYY
[Win] Fix some test method signatures ...
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-16
gbrl
bndiv fuzzer: limit the size of the input to avoid...
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-15
Rich Salz
Print pathnames for 'version -r'
commit
|
commitdiff
|
tree
2017-08-15
Rich Salz
Revert "Add some casts for %j"
commit
|
commitdiff
|
tree
2017-08-15
Paul Yang
Use new setup_tests in code of rsa_test
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-14
Rich Salz
Add some casts for %j
commit
|
commitdiff
|
tree
2017-08-14
Rich Salz
Doc fixes
commit
|
commitdiff
|
tree
2017-08-13
Rich Salz
Instantiate when RAND_status() checks
commit
|
commitdiff
|
tree
2017-08-11
Johannes Bauer
Clarify CLI OCSP documentation
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-11
FdaSilvaYY
Fix some Typos and indents
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-11
Rich Salz
Move FuzzerSetRand to separate file.
commit
|
commitdiff
|
tree
2017-08-10
David von Oheimb
Fix minor type warnings and risk of memory leak in...
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-09
Tomas Mraz
Add missing documentation of the default format for...
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-09
Rich Salz
Add -d flag to list -u details (now normally off)
commit
|
commitdiff
|
tree
2017-08-09
Xiaoyin Liu
Add missing HTML tag in www_body in s_server.c
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-09
Paul Yang
Fix trivial nits in documentaion
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-09
Paul Yang
Add XXX_security_bits documentation
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-08-07
Rich Salz
Various RAND improvements
commit
|
commitdiff
|
tree
2017-08-07
Rich Salz
Make RAND_DRBG fork-safe
commit
|
commitdiff
|
tree
2017-08-06
Rich Salz
Add missing include of cryptlib.h
commit
|
commitdiff
|
tree
2017-08-03
Rich Salz
Add RAND_priv_bytes() for private keys
commit
|
commitdiff
|
tree
2017-08-03
Rich Salz
Add a DRBG to each SSL object
commit
|
commitdiff
|
tree
2017-08-03
Rich Salz
Switch from ossl_rand to DRBG rand
commit
|
commitdiff
|
tree
2017-07-31
Todd Short
Fix SSL_set_tlsext_debug_callback/-tlsextdebug
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-31
David Benjamin
Fix the names of older ciphers.
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-31
Xiaoyin Liu
Fix errors in SSL_state_string_long
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-31
Paul Yang
Refactor ASN1_TIME_print functions
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-30
Xiaoyin Liu
Fix typo in ASN1_TIME_set.pod
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-30
Xiaoyin Liu
Fix typos in files in ssl directory
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-30
Paul Yang
Update ASN1_TIME_to_tm's documentation
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-30
Xiaoyin Liu
Update copyright header
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-30
Xiaoyin Liu
Remove redundant declarations in ssl_locl.h
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-30
Xiaoyin Liu
Remove redundant declarations in record_locl.h
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-28
Paul Yang
Make SSL_set_tlsext_host_name no effect from server...
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-28
Paul Yang
Fix coding style nits in crypto/asn1/a_strnid.c
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-28
Paul Yang
Fix a reference nit in doc
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-27
David Benjamin
Fix comment typo.
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-27
Xiaoyin Liu
Various doc fixes.
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Rich Salz
Install custom RAND_METHOD for fuzzing
commit
|
commitdiff
|
tree
2017-07-26
Hubert Kario
add basic references to the new methods in documentation
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Hubert Kario
handle scrypt PBKDF in PKCS#12 files info
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Hubert Kario
nicer formatting for MAC info
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Hubert Kario
make scrypt ASN.1 parameter functions public
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Hubert Kario
more info about PKCS#12 structure MAC
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Hubert Kario
pkcs12.c better formatting for unsupported params
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Hubert Kario
fix OSSL_STORE man pages
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-26
Todd Short
Add support to free/allocate SSL buffers
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-24
Xiaoyin Liu
schlock global variable needs to be volatile
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-24
lolyonok
Fix nid assignment in ASN1_STRING_TABLE_add
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-23
Xiaoyin Liu
Remove unused function prototypes
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-23
Paul Yang
Update doc/ca.pod to clarify description for dates
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-07-22
Rich Salz
Add --with-rand-seed
commit
|
commitdiff
|
tree
2017-07-20
Rich Salz
Rename internal rand.h file
commit
|
commitdiff
|
tree
2017-07-20
Rich Salz
Add range-checking to RAND_DRBG_set_reseed_interval
commit
|
commitdiff
|
tree
2017-07-19
Rich Salz
Add DRBG random method
commit
|
commitdiff
|
tree
2017-07-17
Rich Salz
Fix use-after-free
commit
|
commitdiff
|
tree
2017-07-16
Rich Salz
Standardize apps use of -rand, etc.
commit
|
commitdiff
|
tree
2017-07-16
Rich Salz
Don't use "version" in "OpenSSL Version 1.1.0" etc
commit
|
commitdiff
|
tree
2017-07-15
Rich Salz
Start to overhaul RAND API
commit
|
commitdiff
|
tree
2017-07-13
Rich Salz
Fix bug in err_string_data_cmp
commit
|
commitdiff
|
tree
2017-07-12
Rich Salz
Rewrite RAND_egd
commit
|
commitdiff
|
tree
2017-07-08
Rich Salz
Update various RAND podpages
commit
|
commitdiff
|
tree
2017-07-06
Rich Salz
Remove some now-unneeded VMS controls
commit
|
commitdiff
|
tree
2017-07-06
Rich Salz
Cleanup RAND_load_file,RAND_write_file
commit
|
commitdiff
|
tree
2017-07-05
Rich Salz
Add two trivial fixes from old commits
commit
|
commitdiff
|
tree
2017-07-05
Rich Salz
Fix crash
commit
|
commitdiff
|
tree
2017-07-05
Rich Salz
Undo commit dc00fb9
commit
|
commitdiff
|
tree
2017-07-05
Rich Salz
Undo commit cd359b2
commit
|
commitdiff
|
tree
2017-07-05
Rich Salz
Undo commit 40720ce
commit
|
commitdiff
|
tree
2017-07-05
Rich Salz
Undo commit de02ec2
commit
|
commitdiff
|
tree
2017-07-05
Rich Salz
Undo commit 0755217
commit
|
commitdiff
|
tree
2017-07-04
Rich Salz
Add echo for end of each build phase
commit
|
commitdiff
|
tree
2017-07-03
Rich Salz
BN_pseudo_rand is really BN_rand
commit
|
commitdiff
|
tree
2017-07-03
Rich Salz
Various doc fixes
commit
|
commitdiff
|
tree
2017-07-01
Rich Salz
Cleanup some copyright stuff
commit
|
commitdiff
|
tree
2017-06-30
Rich Salz
Fix atfork flag. Avoid double-negatives :)
commit
|
commitdiff
|
tree
2017-06-30
Rich Salz
Merge Intel copyright notice into standard
commit
|
commitdiff
|
tree
2017-06-30
Rich Salz
Add ECHO to makefiles for real silence
commit
|
commitdiff
|
tree
2017-06-29
Rich Salz
Add fork handlers, based on pthread_atfork
commit
|
commitdiff
|
tree
2017-06-29
Steven Danneman
Fix double array increment in s_client mysql connect
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-06-27
Rich Salz
Use randomness not entropy
commit
|
commitdiff
|
tree
2017-06-26
Rich Salz
Rename static global "lock" to "obj_lock"
commit
|
commitdiff
|
tree
2017-06-22
Alexey Komnin
Fix tls1_generate_master_secret
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-06-21
Sascha Steinbiss
Add OCSP_resp_get1_id() accessor
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-06-21
Paul Yang
Avoid compiler complaining
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-06-21
Rich Salz
Add ecstress test
commit
|
commitdiff
|
tree
2017-06-21
Rich Salz
Add constant-time 64
commit
|
commitdiff
|
tree
2017-06-21
Rich Salz
Merge Nokia copyright notice into standard
commit
|
commitdiff
|
tree
2017-06-21
Rich Salz
Reformat progs.pl; add ARIA support
commit
|
commitdiff
|
tree
2017-06-21
Pauli
Remove OSSLzu macros and use %zu in the test framework...
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-06-20
Rich Salz
Ensure a space after colon in enc -v
commit
|
commitdiff
|
tree
2017-06-20
Bernd Edlinger
Add parentheses around macro argument of OSSL_NELEM.
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-06-20
Rich Salz
Modify Sun copyright to follow OpenSSL style
commit
|
commitdiff
|
tree
2017-06-20
FdaSilvaYY
Declare a new x509v3 extension: x509ExtAdmission
Reviewed-by: Rich Salz <
rsalz@openssl.org
>
commit
|
commitdiff
|
tree
2017-06-20
Rich Salz
Fix typo (note by oneton@users.github)
commit
|
commitdiff
|
tree
next