openssl.git
2018-10-05 Richard LevitteAdd build file support for generic symbol exports with...
2018-10-05 Richard LevitteChange the build of engines to use ordinal files for...
2018-10-05 Richard Levitteutil/mkdef.pl: Produce version scripts from unversioned...
2018-10-04 Matt CaswellExtend the BIO callback tests to check the return value...
2018-10-04 Matt CaswellFix the BIO callback return code handling
2018-10-04 Richard LevitteRefactor util/mknum.pl for clearer separation of functi...
2018-10-04 Richard LevitteAdd code to manipulate the items in OpenSSL::Ordinals
2018-10-04 Richard LevitteA perl module to parse through C headers
2018-10-03 Richard LevitteMove ZLIB from 'platforms' to 'features'
2018-10-03 Richard LevitteRefactor util/mkdef.pl for clearer separation of functi...
2018-10-03 Richard LevitteAdd a perl module that deals with ordinals files
2018-10-03 Richard LevitteRemove SSL_version_str
2018-10-03 Matt CaswellFix the drbgtest with randomized ordering
2018-10-03 Matt CaswellIgnore libcrypto.ld and libssl.ld
2018-10-02 Matt CaswellFix some Coverity warnings
2018-10-02 Matt CaswellFix a mem leak in the ocsp app
2018-10-01 Shane LontisChange DRBG's to DRBGs
2018-10-01 Richard Levitte'openssl list': add option -objects to list built in...
2018-10-01 Richard LevitteRefactor linker script generation
2018-09-30 Richard LevitteClean out aliases in include/openssl/symhacks.h
2018-09-30 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-09-26 Antoine SalonAdd missing cipher aliases to openssl(1)
2018-09-26 James Callahandoc/man3/SSL_set_bio.pod: Fix wrong function name in...
2018-09-25 Antoine SalonUpdate enc(1) examples to more recent ciphers and key...
2018-09-25 Matt CaswellFix no-tls1_2
2018-09-25 Matt CaswellFix no-psk
2018-09-24 Bernd EdlingerReduce stack usage in tls13_hkdf_expand
2018-09-24 Daniel BeveniusDocument OPENSSL_VERSION_TEXT macro
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-23 Bernd EdlingerCreate the .rnd file it it does not exist
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
2018-09-21 Matt CaswellFix the max psk len for TLSv1.3
2018-09-21 Matt CaswellAdd a test for the certificate callback
2018-09-21 Matt CaswellDelay setting the sig algs until after the cert_cb...
2018-09-21 Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-20 Richard Levitte/dev/crypto engine: add missing RC4 parameter
2018-09-20 Paul YangAdd some missing ciphers in 'enc' document
2018-09-20 Richard Levitteutil/mkdef.pl, util/add-depends.pl: don't lowercase...
2018-09-20 Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-09-19 Benjamin KadukReset TLS 1.3 ciphers in SSL_CTX_set_ssl_version()
2018-09-19 PauliAdd a GMAC demonstration program.
2018-09-18 Dr. Matthias... ssl/ssl_ciph.c: make set_ciphersuites static
2018-09-18 Tobias NießenTrivial test improvements
2018-09-17 David MakepeaceFixed typos in hkdf documentation.
2018-09-17 PauliAdd missing include file.
2018-09-16 PauliAdd a compile time test to verify that openssl/rsa...
2018-09-16 PauliUse 'i' as parameter name not 'I'.
2018-09-16 Matt EatonUpdate RAND_DRBG.pod
2018-09-16 Kurt RoeckxImprove SSL_shutdown() documentation
2018-09-15 Richard LevitteVMS: only use the high precision on VMS v8.4 and up
2018-09-14 Richard LevitteVMS libtestutil: look for lower case "main"
2018-09-14 Richard LevitteVMS: turn on name mangling for all our programs
2018-09-14 Richard LevitteVMS build: fix a misspelled 'bin_cflags' and a wrongly...
2018-09-13 Paul YangMake some return checks consistent with others
2018-09-13 Matt CaswellDon't allow -early_data with other options where it...
2018-09-13 Matt CaswellAdd an explicit cast to time_t
2018-09-12 Richard LevitteUpdate the documentation on libobj2shlib / obj2shlib
2018-09-12 Richard LevitteVMS: stop trying to build shared libraries from static...
2018-09-12 Dr. Matthias... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-09-12 Bernd EdlingerFix a possible recursion in SSLfatal handling
2018-09-12 Brian 'geeknik... Update README.md
2018-09-12 Viktor Szakatsminor fixes for Windows
2018-09-12 Richard Levittecrypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly...
2018-09-11 Richard LevitteBuild files: Separate 'lib' intent from 'shlib' intent
2018-09-11 Richard LevitteConfigure: Name object files according to the product...
2018-09-11 Richard LevitteConfigure: DON'T trickle down includes from products...
2018-09-11 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-11 PauliSpeed for HMACs.
2018-09-11 PauliAdd a note to CHANGES indicating that AES-XTS now enfor...
2018-09-11 PauliFIPS 140-2 IG A.9 XTS key check.
2018-09-11 Richard LevitteThe next version in master is at least 1.1.2, not 1...
2018-09-11 Matt CaswellPrepare for 1.1.1a-dev
2018-09-11 Matt CaswellPrepare for 1.1.1 release OpenSSL_1_1_1
2018-09-11 Matt CaswellUpdate copyright year
2018-09-11 Richard LevitteCAPI engine: add support for RSA_NO_PADDING
2018-09-10 Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-10 Matt CaswellValidate the SM2 digest len before use
2018-09-10 Matt CaswellDon't cast an int * to a size_t *
2018-09-10 Matt CaswellMore updates to CHANGES and NEWS for the 1.1.1 release
2018-09-10 Matt CaswellUpdates NEWS for the 1.1.1 release
2018-09-10 Matt CaswellUpdate the pyca-cryptography submodule
2018-09-10 Paul YangAdd a sentence in CHANGES to note SM2 support
2018-09-10 Dr. Matthias... test/evp_extra_test.c: fix null pointer dereference
2018-09-10 Dr. Matthias... crypto/rsa/rsa_pss.c: silence coverity warning
2018-09-10 Dr. Matthias... test/dhtest.c: fix resource leak
2018-09-09 Richard LevitteASN.1 DER: Make INT32 / INT64 types read badly encoded...
2018-09-09 Richard LevitteTESTS: add test of decoding of invalid zero length...
2018-09-08 Richard LevitteSipHash: add separate setter for the hash size
2018-09-08 Richard LevitteTESTS: add SipHash tests with digestsize controls
2018-09-08 Richard LevitteSipHash: make it possible to control the hash size...
2018-09-08 Richard Levittetest/evp_test.c: make it possible to use controls with...
2018-09-07 Matt CaswellDo not reset SNI data in SSL_do_handshake()
2018-09-07 Ben KadukSimplify SSL_get_servername() to avoid session references
2018-09-07 Ben KadukRestore historical SSL_get_servername() behavior
2018-09-07 Matt CaswellEnsure certificate callbacks work correctly in TLSv1.3
2018-09-07 Matt CaswellRemove a reference to SSL_force_post_handshake_auth()
2018-09-07 Matt CaswellTest that we can handle a PHA CertificateRequest after...
2018-09-07 Kurt RoeckxTest that we can process a KeyUpdate received after...
2018-09-07 Matt CaswellProcess KeyUpdate and NewSessionTicket messages after...
next