- 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
- 11ed851 Fix and simplify error handling in (RSA/EC_kmeth)_new_method() by FdaSilvaYY · 9 years ago
- aca6dae9 Remove useless NULL checks by FdaSilvaYY · 9 years ago
- 569d064 Add some error messages for malloc fails by Matt Caswell · 9 years ago
- 6ef020c Better checks for malloc failure in various METHOD functions by Matt Caswell · 9 years ago
- b6cff31 Manual fixes after copyright consolidation by Rich Salz · 9 years ago
- 2039c42 Copyright consolidation 08/10 by Rich Salz · 9 years ago
- 5e8129f Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt by Matt Caswell · 9 years ago
- 1da12e3 RSA, DSA, DH: Allow some given input to be NULL on already initialised keys by Richard Levitte · 9 years ago
- 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
- 14f051a Make string_to_hex/hex_to_string public by Rich Salz · 9 years ago
- b72c912 Make the RSA_METHOD structure opaque by Richard Levitte · 9 years ago
- 9862e9a Make the RSA structure opaque by Richard Levitte · 9 years ago
- 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
- 3c27208 Remove #error from include files. by Rich Salz · 9 years ago
- a6eb1ce Make X509_SIG opaque. by Dr. Stephen Henson · 9 years ago
- 0b1a07c Convert RSA blinding to new multi-threading API by Alessandro Ghedini · 9 years ago
- d188a53 Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API by Alessandro Ghedini · 9 years ago
- 412bafd GH715: Missed some null-check-removals. by Rich Salz · 9 years ago
- 7c96dbc GH715: ENGINE_finish can take NULL by Rich Salz · 9 years ago
- a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
- 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
- ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
- d63a5e5 Remove outdated DEBUG flags. by Rich Salz · 9 years ago
- f3f1cf8 Move to REF_DEBUG, for consistency. by Rich Salz · 9 years ago
- effaf4d Use NON_EMPTY_TRANSLATION_UNIT, consistently. by Rich Salz · 9 years ago
- 0d4fb84 GH601: Various spelling fixes. by FdaSilvaYY · 9 years ago
- ba2de73 RT4148 by Emilia Kasper · 9 years ago
- 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
- ced2c2c Templatize util/domd by Rich Salz · 9 years ago
- 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
- 56c77c5 Remove update tags by Rich Salz · 9 years ago
- 3aeb934 make EVP_PKEY opaque by Dr. Stephen Henson · 9 years ago
- ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
- d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
- ff4b7fa make update by Richard Levitte · 9 years ago
- 98186eb Backwards-compatibility subject to OPENSSL_API_COMPAT by Viktor Dukhovni · 9 years ago
- bbd86bf mem functions cleanup by Rich Salz · 9 years ago
- 3138475 Remove the "eay" c-file-style indicators by Richard Levitte · 9 years ago
- 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
- 3c4e064 make update by Dr. Stephen Henson · 9 years ago
- bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
- 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
- 19c6d3e Remove RSA_FLAG_SIGN_VER flag. by Dr. Stephen Henson · 9 years ago
- 7f572e9 Remove legacy sign/verify from EVP_MD. by Dr. Stephen Henson · 9 years ago
- e6390ac ex_data part 2: doc fixes and CRYPTO_free_ex_index. by Rich Salz · 9 years ago
- fd7d252 Tighten up BN_with_flags usage and avoid a reachable assert by Matt Caswell · 9 years ago
- bf16055 Rename RSA_eay_xxx to rsa_ossl_xxx by Rich Salz · 9 years ago
- 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
- b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
- b0700d2 Replace "SSLeay" in API with OpenSSL by Rich Salz · 9 years ago
- dffe510 Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verify by Matt Caswell · 9 years ago
- c804d23 Move BN_CTX_start() call so the error case can always call BN_CTX_end(). by Pascal Cuoq · 9 years ago
- 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
- e968561 RT3674: Make no-cms build work. by David Bar · 10 years ago
- b51bce9 Add and use OPENSSL_zalloc by Rich Salz · 10 years ago
- 4c42ebd Remove _locked memory functions. by Rich Salz · 10 years ago
- fbfcb22 RT3999: Remove sub-component version strings by Rich Salz · 10 years ago
- 74924dc More secure storage of key material. by Rich Salz · 10 years ago
- 26c79d5 Properly check certificate in case of export ciphers. by Kurt Roeckx · 10 years ago
- 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
- a3aadb2 make depend by Richard Levitte · 10 years ago
- b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
- c40dba9 make depend by Richard Levitte · 10 years ago
- 6857079 Identify and move OpenSSL internal header files by Richard Levitte · 10 years ago
- 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
- 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
- 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
- b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
- 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
- b548a1f free null cleanup finale by Rich Salz · 10 years ago
- 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
- 34166d4 Fix buffer overrun in RSA signing by Matt Caswell · 10 years ago
- 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
- 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
- b196e7d remove malloc casts by Rich Salz · 10 years ago
- a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
- dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
- e93c874 Remove duplicate code. by Dr. Stephen Henson · 10 years ago
- d640708 free NULL cleanup by Rich Salz · 10 years ago
- 2e43027 make ASN1_OBJECT opaque by Dr. Stephen Henson · 10 years ago
- 86d20cb make depend by Dr. Stephen Henson · 10 years ago
- 27af42f Move some EVP internals to evp_int.h by Dr. Stephen Henson · 10 years ago
- 5fe736e Move some ASN.1 internals to asn1_int.h by Dr. Stephen Henson · 10 years ago
- 0dfb939 free NULL cleanup by Rich Salz · 10 years ago
- f422a51 Remove old ASN.1 code. by Dr. Stephen Henson · 10 years ago
- 09f0692 Reject invalid PSS parameters. by Dr. Stephen Henson · 10 years ago
- 007fd14 Fix RSA_X931_derive_ex by Matt Caswell · 10 years ago
- dfb5642 Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp by Rich Salz · 10 years ago
- 474e469 OPENSSL_NO_xxx cleanup: SHA by Rich Salz · 10 years ago
- a00ae6c OPENSSL_NO_xxx cleanup: many removals by Rich Salz · 10 years ago
- 3d0cf91 Remove obsolete support for old code. by Rich Salz · 10 years ago
- 50e735f Re-align some comments after running the reformat script. by Matt Caswell · 10 years ago
- 739a5ee Rerun util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- b853717 Fix strange formatting by indent by Matt Caswell · 10 years ago
- dbd87ff indent has problems with comments that are on the right hand side of a line. by Matt Caswell · 10 years ago
- 4b61884 Cleanup OPENSSL_NO_xxx, part 1 by Rich Salz · 10 years ago
- 6d23cf9 RT3548: Remove unsupported platforms by Rich Salz · 10 years ago
- 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago