openssl.git
2017-06-09 Pichulin Dmitriifix check of broken implementations of GOST ciphersuites
2017-06-09 Jonathan ProtzenkoFix speed command for alternation of ciphers and digests.
2017-06-09 Luke FaraoneAdd support for using engine-backed keys in spkac
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-08 Rich SalzList undocumented macros
2017-06-08 Benjamin KadukRemove stale note from s_server.pod
2017-06-08 Tomas MrazIgnore -named_curve auto value to improve backwards...
2017-06-08 Rich SalzFix a read off the end of the input buffer
2017-06-08 Diego Santa... Use memset to clear SRP_CTX instead of NULL and zero...
2017-06-08 Diego Santa... Make SRP_CTX.info ownership and lifetime be the same...
2017-06-08 Matt CaswellClean up s_server documentation
2017-06-08 Rich SalzRemove doc of non-existent functions
2017-06-08 Andy Polyakovsha/asm/keccak1600-armv4.pl: switch to more efficient...
2017-06-08 Andy Polyakovsha/keccak1600.c: switch to more efficient bit interlea...
2017-06-08 Matt CaswellAdd back support for SHA224 based sig algs
2017-06-08 Richard LevitteWindows: rearrange programs cleanup
2017-06-08 Rich SalzFix possible memory over-read in apps/s_client.c
2017-06-08 Todd ShortFix #340: Parse ASN1_TIME to struct tm
2017-06-08 Beat Bollidoc: use /* ... */ comments in code examples
2017-06-08 Beat Bollidoc/man3: fix SSL_SESSSION typos
2017-06-08 Beat BolliSSL_CTX_set_verify.pod: move a typedef in front of...
2017-06-08 Beat Bollidoc/man3: unindent a few unintended code blocks
2017-06-08 Beat Bollidoc/man3: reformat the function prototypes in the synopses
2017-06-08 Beat BolliERR_put_error.pod: fix the name of function ERR_add_err...
2017-06-08 Beat Bollidoc/man3: remove a duplicate BIO_do_accept() call
2017-06-08 Beat Bollidoc/man3: use the documented coding style in the exampl...
2017-06-07 Rich Salzmake error tables const and separate header file
2017-06-07 Rich SalzAdd a lock around the OBJ_NAME table
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-06-06 Todd ShortAlways flush the BIO when we send any alert
2017-06-06 Todd ShortHandle the server refusing to reneg in a reneg_setup
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: add NEON code path.
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: add SHA3_absorb and SHA3_s...
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: optimization based on...
2017-06-06 Andy PolyakovAdd sha/asm/keccak1600-armv4.pl.
2017-06-06 Paul YangFix coding style
2017-06-06 Paul YangFix doc nits in X509_check_private_key.pod
2017-06-06 Paul YangSet local variable to 0 to avoid build error
2017-06-06 Paul YangAdd test cases for X509_check_private_key
2017-06-06 Paul YangDocument X509_check_private_key and relative
2017-06-06 Dr. Stephen... Move and update RSA-PSS documentation.
2017-06-06 Dr. Stephen... Fix define to match documentation
2017-06-05 Rich SalzDocument default client -psk_identity
2017-06-05 Daniel Kahn... Avoid failing s_server when client's psk_identity is...
2017-06-05 Rich SalzUse common STANZA for bn and exp tests
2017-06-05 Andy Polyakovsha/keccak1600.c: add #ifdef KECCAK1600_ASM.
2017-06-05 Andy Polyakovsha/keccak1600.c: reduce temporary storage utilization...
2017-06-05 Andy Polyakovsha/keccak1600.c: add another 1x variant.
2017-06-05 Andy Polyakovsha/keccak1600.c: add ARM-specific "reference" tweaks.
2017-06-05 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-06-02 Todd ShortFix ex_data and session_dup issues
2017-06-02 Rich SalzAdd text pointing to full change list.
2017-06-02 Matt CaswellWork around Travis "virtual memory exhausted" error
2017-06-02 Matt CaswellLeft shift of a negative number is undefined behaviour
2017-06-01 Keigo TanakaAdded mysql as starttls protocol.
2017-06-01 Aashil PatelRemove unnecessary if condition from apps.c
2017-06-01 Rich SalzAdd -p (public only) flag to find-doc-nits
2017-05-31 Rich SalzOnly release thread-local key if we created it.
2017-05-31 Erwann AbaleaAdd some OID's from X.520
2017-05-31 Richard LevitteAdd UI functionality to duplicate the user data
2017-05-31 Paul YangFix coding style in apps/passwd file
2017-05-31 HorimotoYasuhiroCLA: trivial
2017-05-31 Matt CaswellWait longer for the server in TLSProxy to start
2017-05-30 Dr. Stephen... Clear sensitive data in ED25519_sign
2017-05-30 Dr. Stephen... Add Ed25519 documentation
2017-05-30 Dr. Stephen... no-ec fix
2017-05-30 Dr. Stephen... Add Ed25519 verify test.
2017-05-30 Dr. Stephen... Add custom sig_info_set for ED25519
2017-05-30 Dr. Stephen... make errors
2017-05-30 Dr. Stephen... Add custom ASN.1 sign and verify
2017-05-30 Dr. Stephen... Add ED25519 as signature OID
2017-05-30 Dr. Stephen... Add RFC8032 tests and additional cases
2017-05-30 Dr. Stephen... make errors
2017-05-30 Dr. Stephen... ED25519 public key method.
2017-05-30 Dr. Stephen... add method
2017-05-30 Dr. Stephen... Add ED25519 ASN.1 method
2017-05-30 Dr. Stephen... Add EdDSA algorithm OIDs from draft-ietf-curdle-pkix-04
2017-05-30 Dr. Stephen... Make Ed25519 consistent with X25519
2017-05-30 Dr. Stephen... Add Ed25519 algorithm.
2017-05-30 Dr. Stephen... make errors
2017-05-30 Dr. Stephen... Allow NULL md for custom signing methods
2017-05-30 Dr. Stephen... Add support for custom digestsign/digestverify methods.
2017-05-30 Andy Polyakovsha/keccak1600.c: implement lane complementing transform
2017-05-30 Andy Polyakovsha/keccak1600.c: implement bit interleaving optimization.
2017-05-29 Rich SalzAdd stricter checking in NAME section
2017-05-29 Marek Kleinfixing incorrect OID of signingCertificateV2
2017-05-29 Thijs WenkerFix certificate version number in test
2017-05-28 Richard LevitteRevert "Add internal functions to fetch a refcount"
2017-05-28 Richard LevitteCorrect small typo in CRYPTO_GET_REF
2017-05-27 Richard LevitteAdd internal functions to fetch a refcount
2017-05-27 Josh SorefFix spelling errors in CMS.
2017-05-26 Matt CaswellFix a Proxy race condition
2017-05-26 Matt CaswellUpdate the pyca-cryptography version
2017-05-26 Todd ShortFix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION
2017-05-26 Rainer JungFix use of "can_load()" in run_tests.pl.
2017-05-26 Andy Polyakovtest/evp_test.c: improve output in case of errors.
2017-05-26 Andy Polyakovmodes/ocb128.c: address undefined behaviour warning.
2017-05-26 Andy Polyakovaria/aria.c: address undefined behaviour warning in...
2017-05-25 Kurt RoeckxAdd missing commas in pod files
2017-05-25 Matt CaswellFix BoringSSL alert related test failures
next