16648 Commits (3dfcb6a0ecbc210899e4b674331d0294189281b9)
 

Author SHA1 Message Date
Rich Salz 5a1f853b98 GH875: Document -no_check_time
7 years ago
TJ Saunders 5c4b8c6f61 Remove confusing comment.
7 years ago
TJ Saunders 5f18bc5898 Issue #719:
7 years ago
Richard Levitte afce395cba Document the addition of OPENSSL_LOCAL_CONFIG_DIR
7 years ago
Richard Levitte 38add2300f Add the possibility for local build file templates
7 years ago
Richard Levitte b5293d4c8d Add the possibility to have an extra local OpenSSL configs directory
7 years ago
Richard Levitte 85e2fe8113 Remove personal configs from version control
7 years ago
Todd Short e8408681b3 Secure memory fixes
7 years ago
Andy Polyakov fbaf30d087 ssl/record/rec_layer_s3.c: fix typo from previous commit.
7 years ago
Rich Salz d244dd559d Handle multi-line "written by/for" comments.
7 years ago
Andy Polyakov cba792a1e9 Android build fixes.
7 years ago
Andy Polyakov b1a07c3854 Remove obsolete defined(__INTEL__) condition.
7 years ago
Andy Polyakov 8e9f1bb99e chacha/asm/chacha-x86.pl: make it compile on legacy systems.
7 years ago
FdaSilvaYY 24c2cd3967 Fix spelling in pod files
7 years ago
Richard Levitte e0f96357e4 make update
7 years ago
Richard Levitte b7650c6797 Add the adjusted perl scripts to the set of "update" scripts
7 years ago
Richard Levitte e18cf66aaf Adjust a last few generators to new license boilerplate and C code style
7 years ago
Richard Levitte e428f59514 Skip blank lines if old copyright comment was removed, and only then
7 years ago
Matt Caswell 7cafbb4bd3 Fix some X509_STORE macros
7 years ago
Dr. Stephen Henson 77076dc944 Add checks to X509_NAME_oneline()
7 years ago
Dr. Stephen Henson b33d1141b6 Sanity check buffer length.
7 years ago
Dr. Stephen Henson 295f3a2491 Add size limit to X509_NAME structure.
7 years ago
Richard Levitte 3cd3f0024b Remove BIO_dummy, it's old cruft
7 years ago
Richard Levitte 83f2695c31 Change 'struct bio_st' in all public header where applicable
7 years ago
Rich Salz be4ba1b06c Add asn1_mac
7 years ago
Matt Caswell b8c51459aa Remove some dead code from EC_GROUP_check()
7 years ago
Matt Caswell 9d7ec8090e Don't use an uninitialised variable in srp application
7 years ago
Matt Caswell 40a8643a37 Avoid a NULL ptr deref if group is not set
7 years ago
Matt Caswell 7001571330 Check for a NULL return value from a call to X509_STORE_CTX_new()
7 years ago
Matt Caswell 138388fe33 Check for failed malloc in BIO_ADDR_new
7 years ago
Matt Caswell ed3eb5e0cc The x509_name_canon function doesn't check for an error return
7 years ago
Paul Kehrer 3b7a71b2f0 Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_st
7 years ago
David Benjamin 87a8405b66 Avoid overflow issues in X509_cmp.
7 years ago
Matt Caswell a1f41284d7 Misc tweaks for EBCDIC based on feedback received
7 years ago
Matt Caswell a1f82f0639 Fix EBCDIC problem in conf_def.h
7 years ago
Matt Caswell 97a982e2ee Fix the tests to work with EBCDIC
7 years ago
Matt Caswell 4cd5c3f4ee Fix a build error with strict-warnings and CHARSET_EBCDIC
7 years ago
Matt Caswell e31066f7e9 Add the ability to test EBCDIC builds
7 years ago
Matt Caswell 5fd1478df3 Fix building with -DCHARSET_EBCDIC
7 years ago
Richard Levitte e590afdcf4 VMS: only explicitely translate names in library C files.
7 years ago
Richard Levitte 1bfe73d500 VMS: It seems DEC C doesn't handle certain header files quite right
7 years ago
Kirill Marinushkin 842dc98705 Add aliases for des-ede-ecb and des-ede3-ecb ciphers.
7 years ago
Kirill Marinushkin e6f2bb6604 Fixed scripts order for generate_crypto_objects target
7 years ago
Andy Polyakov 53385e1fee crypto/ppccap.c: fix missing declaration warning.
7 years ago
Andy Polyakov fa79c543d2 crypto/ppccap.c: permit build with no-chacha and no-poly1305.
7 years ago
Matt Caswell 10a57adc60 Remove some dead code
7 years ago
Matt Caswell b375f08145 A call to RSA_set0_key had the arguments in the wrong order
7 years ago
Matt Caswell 6f137370dd Client side CKE processing can double free on error
7 years ago
Matt Caswell b8f1c116a3 Don't free the BIGNUM passed to BN_mpi2bn
7 years ago
Matt Caswell 098c1e3d14 Fix a leak in i2b_PVK
7 years ago