projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
nistp521: add a comment to the P+P exceptional case in point_add.
2017-10-02
Adam Langley
nistp521: add a comment to the P+P exceptional case...
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-09-29
Samuel Weiser
Added const-time flag to DSA key decoding to avoid...
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-09-14
Rich Salz
Replace malloc+strcpy with strdup
commit
|
commitdiff
|
tree
2017-09-14
Rich Salz
Fix function name in ECerr call
commit
|
commitdiff
|
tree
2017-09-12
Rich Salz
Always use $ as shell prompt in example
commit
|
commitdiff
|
tree
2017-09-11
multics
Update rsautl.pod for typo
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-09-11
FdaSilvaYY
SSL Trace improvements
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-09-07
Rich Salz
Fix error handling/cleanup
commit
|
commitdiff
|
tree
2017-09-06
Rich Salz
Add checks for alloc failing.
commit
|
commitdiff
|
tree
2017-09-02
Rich Salz
Fix doc-nits from previous commit
commit
|
commitdiff
|
tree
2017-09-02
Rich Salz
Less documentation for deprecated API
commit
|
commitdiff
|
tree
2017-08-31
Rich Salz
Address feedback
commit
|
commitdiff
|
tree
2017-08-31
Rich Salz
Add CRYPTO_thread_glock_new
commit
|
commitdiff
|
tree
2017-08-31
Rich Salz
Avoid possible uninitialized variable.
commit
|
commitdiff
|
tree
2017-08-30
Todd Short
Fix return value of ASN1_TIME_compare
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-08-28
Rich Salz
Avoid out-of-bounds read
commit
|
commitdiff
|
tree
2017-08-28
Dr. Matthias St...
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-08-28
Dr. Matthias St...
RAND: Rename the RAND_poll_ex() callback and its typedef
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-08-28
Dr. Matthias St...
DRBG: clarify difference between entropy counts and...
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-08-27
Rich Salz
MSC_VER <= 1200 isn't supported; remove dead code
commit
|
commitdiff
|
tree
2017-08-25
Rich Salz
Remove NO_DIRENT; it isn't used anywhere
commit
|
commitdiff
|
tree
2017-08-25
Rich Salz
Use strcpy instead of sprintf %s
commit
|
commitdiff
|
tree
2017-08-23
Rich Salz
Tweak wording to be more clear.
commit
|
commitdiff
|
tree
2017-08-23
Rich Salz
Move randomness to allocated buffer
commit
|
commitdiff
|
tree
2017-08-22
Rich Salz
(Re)move some things from e_os.h
commit
|
commitdiff
|
tree
2017-08-22
Paul Yang
Remove useless macros in apps/speed.c
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-08-22
Rich Salz
Use "" not <> on e_os.h include
commit
|
commitdiff
|
tree
2017-08-22
Rich Salz
Remove custom base64 code.
commit
|
commitdiff
|
tree
2017-08-22
Rich Salz
Use "" not <> for internal/ includes
commit
|
commitdiff
|
tree
2017-08-22
Rich Salz
Add random serial# support.
commit
|
commitdiff
|
tree
2017-08-21
Rich Salz
Safely display SNI (just in case)
commit
|
commitdiff
|
tree
2017-08-21
Paul Yang
Document missing EVP_PKEY_method_* items
Reviewed-by:
Rich Salz
<rsalz@openssl.org>
commit
|
commitdiff
|
tree
2017-08-21
Rich Salz
Check # of arguments for remaining commands.
commit
|
commitdiff
|
tree
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
next