projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2018-10-12
Andy Polyakov
rsa/rsa_ossl.c: fix and extend commentary [skip ci].
commit
|
commitdiff
|
tree
|
snapshot
2018-10-12
Andy Polyakov
util/domd: omit superfluous shift in -MD handling.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-02
Nicola Tuveri
Access `group->mont_data` conditionally in EC_GROUP_set...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-26
Pauli
Merge 1.0.2 setuid calls to getenv(3) safety.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-26
Manikantan...
Use gethostbyname_r if available
commit
|
commitdiff
|
tree
|
snapshot
2018-09-24
Daniel Bevenius
Document OPENSSL_VERSION_TEXT macro
commit
|
commitdiff
|
tree
|
snapshot
2018-09-21
Richard Levitte
crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Dr. Matthias...
drbg_get_entropy: force a reseed before calling ssleay_...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Richard Levitte
crypto/ui/ui_openssl.c: make sure to recognise ENXIO...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-11
Bernd Edlinger
Make the config script fail with an error code if Confi...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-11
Richard Levitte
CAPI engine: add support for RSA_NO_PADDING
commit
|
commitdiff
|
tree
|
snapshot
2018-09-10
Matt Caswell
Check the return value from ASN1_INTEGER_set
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Richard Levitte
openssl req: don't try to report bits
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Richard Levitte
VMS: add missing x509_time test to test scripts
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Matt Caswell
Clarify the EVP_DigestSignInit docs
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Jakub Wilk
Fix example in crl(1) man page
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Matt Caswell
The req documentation incorrectly states that we defaul...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-03
Pauli
Check the return from BN_sub() in BN_X931_generate_Xpq().
commit
|
commitdiff
|
tree
|
snapshot
2018-09-02
Eric Brown
Remove redundant ASN1_INTEGER_set call
commit
|
commitdiff
|
tree
|
snapshot
2018-08-28
Andy Polyakov
bn/bn_lib.c: conceal even memmory access pattern in...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-28
Andy Polyakov
bn/bn_blind.c: use Montgomery multiplication when possible.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-28
Andy Polyakov
rsa/rsa_eay.c: implement variant of "Smooth CRT-RSA."
commit
|
commitdiff
|
tree
|
snapshot
2018-08-28
Andy Polyakov
crypto/bn: add more fixed-top routines.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-27
Hubert Kario
document the -no_ecdhe option in s_server man page
commit
|
commitdiff
|
tree
|
snapshot
2018-08-17
Andy Polyakov
x509v3/v3_purp.c: resolve Thread Sanitizer nit.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-14
Matt Caswell
Prepare for 1.0.2q-dev
commit
|
commitdiff
|
tree
|
snapshot
2018-08-14
Matt Caswell
Prepare for 1.0.2p release
OpenSSL_1_0_2p
commit
|
commitdiff
|
tree
|
snapshot
2018-08-14
Matt Caswell
make update
commit
|
commitdiff
|
tree
|
snapshot
2018-08-14
Richard Levitte
i2d_ASN1_BOOLEAN(): correct error module
commit
|
commitdiff
|
tree
|
snapshot
2018-08-14
Matt Caswell
Update copyright year
commit
|
commitdiff
|
tree
|
snapshot
2018-08-14
Matt Caswell
Updates to CHANGES and NEWS for the new release
commit
|
commitdiff
|
tree
|
snapshot
2018-08-14
Richard Levitte
i2d_ASN1_BOOLEAN(): allocate memory if the user didn...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-11
Richard Levitte
i2d_ASN1_OBJECT(): allocate memory if the user didn...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
Andy Polyakov
rsa/*: switch to BN_bn2binpad.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
Andy Polyakov
bn/bn_lib.c address Coverity nit in bn2binpad.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
Andy Polyakov
bn/bn_lib.c: add computationally constant-time bn_bn2bi...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-07
Richard Levitte
Make EVP_PKEY_asn1_new() stricter with its input
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
CHANGES: mention blinding reverting in ECDSA.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
ecdsa/ecs_ossl.c: switch to fixed-length Montgomery...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Billy Brumley
Fix BN_gcd errors for some curves
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
bn/bn_mod.c: harmonize BN_mod_add_quick with original...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
ecdsa/ecs_ossl.c: revert blinding in ECDSA signature.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
bn/bn_{mont|exp}.c: switch to zero-padded intermediate...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
bn/bn_mont.c: improve readability of post-condition...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-01
Andy Polyakov
bn/bn_lib.c: remove bn_check_top from bn_expand2.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Kurt Roeckx
Fix inconsistent use of bit vs bits
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Kurt Roeckx
Make number of Miller-Rabin tests for a prime tests...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Kurt Roeckx
Change the number of Miller-Rabin test for DSA generati...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Rich Salz
Check for failures, to avoid memory leak
commit
|
commitdiff
|
tree
|
snapshot
2018-07-23
Andy Polyakov
ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-22
Richard Levitte
PKCS12: change safeContentsBag from a SET OF to a SEQUE...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Alexandre Perrin
Documentation typo fix in BN_bn2bin.pod
commit
|
commitdiff
|
tree
|
snapshot
2018-07-03
Matt Caswell
Don't create an invalid CertificateRequest
commit
|
commitdiff
|
tree
|
snapshot
2018-06-28
Rich Salz
Zero-fill IV by default.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-25
Bernd Edlinger
Fix some more gcc-9 warnings [-Wstringop-truncation]
commit
|
commitdiff
|
tree
|
snapshot
2018-06-24
Bernd Edlinger
Fix a new gcc-9 warning [-Wstringop-truncation]
commit
|
commitdiff
|
tree
|
snapshot
2018-06-21
Nick Mathewson
Improve the example getpass() implementation to show...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-21
Richard Levitte
doc/crypto/pem.pod: modernise the example code
commit
|
commitdiff
|
tree
|
snapshot
2018-06-21
Nick Mathewson
Update documentation for PEM callback: error is now -1.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-21
Matt Caswell
Add blinding to a DSA signature
commit
|
commitdiff
|
tree
|
snapshot
2018-06-19
Matt Caswell
Fix no-ssl3-method in 1.0.2
commit
|
commitdiff
|
tree
|
snapshot
2018-06-18
Andy Polyakov
sha/asm/sha{1|256}-586.pl: harmonize clang version...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-18
Andy Polyakov
bn/asm/rsaz-avx2.pl: harmonize clang version detection.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-18
Nicola Tuveri
Warn against nonce reuse in DSA_sign_setup() doc
commit
|
commitdiff
|
tree
|
snapshot
2018-06-13
Matt Caswell
Add blinding to an ECDSA signature
commit
|
commitdiff
|
tree
|
snapshot
2018-06-12
Guido Vranken
Reject excessively large primes in DH key generation.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-09
Andy Polyakov
bn/asm/sparcv9-mont.pl: iron another glitch in squaring...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-02
Ken Goldman
Document failure return of ECDSA_SIG_new
commit
|
commitdiff
|
tree
|
snapshot
2018-05-31
Richard Levitte
ENGINE_pkey_asn1_find_str(): don't assume an engine...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-31
Richard Levitte
apps: when the 'compat' nameopt has been set, leave...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-29
Matt Caswell
The result of a ^ 0 mod -1 is 0 not 1
commit
|
commitdiff
|
tree
|
snapshot
2018-05-23
Matt Caswell
Fix a bogus warning about an uninitialised var
commit
|
commitdiff
|
tree
|
snapshot
2018-05-21
Matt Caswell
Fix undefined behaviour in X509_NAME_cmp()
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Andy Polyakov
util/domd: harmonize with compiler detection in Configure.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Matt Caswell
Make BN_GF2m_mod_arr more constant time
commit
|
commitdiff
|
tree
|
snapshot
2018-05-14
Richard Levitte
When configuring 'no-comp', zlib support should be...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-14
Richard Levitte
UI console: Restore tty settings, do not force ECHO...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-12
Pavel Kopyl
Fix memory leaks in CA related functions.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-12
Matt Caswell
Don't memcpy the contents of an empty fragment
commit
|
commitdiff
|
tree
|
snapshot
2018-05-12
Richard Levitte
In cases where we ask PEM_def_callback for minimum...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-11
Dr. Matthias...
Fix typo 'is an error occurred' in documentation
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Emilia Kasper
X509 time: tighten validation per RFC 5280
commit
|
commitdiff
|
tree
|
snapshot
2018-05-04
Richard Levitte
BIO_s_mem() write: Skip early when input length is...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-04
Andy Polyakov
bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-03
Dr. Matthias...
v3_purp.c: add locking to x509v3_cache_extensions()
commit
|
commitdiff
|
tree
|
snapshot
2018-05-03
Todd Short
Configure: fix Mac OS X builds that still require maked...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Matt Caswell
Add some documentation for SSL_get_shared_ciphers()
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Matt Caswell
Fix comment in ssl.h
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Matt Caswell
Fix SSL_get_shared_ciphers()
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Dr. Matthias...
a_strex.c: prevent out of bound read in do_buf()
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Matt Caswell
Clarify BN_mod_exp docs
commit
|
commitdiff
|
tree
|
snapshot
2018-05-01
Matt Caswell
Fix some errors and missing info in the CMS docs
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Matt Caswell
Update version docs
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Richard Levitte
Skip the CMS test if configured 'no-cms'
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Billy Brumley
fix: BN_swap mishandles flags (1.0.2)
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Cristian Stoica
s_server: fix warnings unused-but-set-variable (no-dh)
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Cristian Stoica
fix warning unused-but-set-variable 'alg_k' (no-dh...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Cristian Stoica
fix warning unused-but-set-variable 'nostrict' (no...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-26
Matt Caswell
Update the *use_certificate* docs
commit
|
commitdiff
|
tree
|
snapshot
next