openssl.git
2000-11-07 Bodo Möllerhandle the case when BN_new returns NULL
2000-11-06 Richard LevitteDocument recent constifications.
2000-11-06 Richard LevitteConstification of CRYPTO_get_ex_data() needed for the...
2000-11-06 Richard LevitteThe consequence of constification is that to pass the...
2000-11-06 Richard LevitteConstify the RSAref glue code.
2000-11-06 Richard LevitteConstify the RSA parts of the ASN.1 library. Note...
2000-11-06 Richard LevitteConstify the RSA library.
2000-11-06 Richard LevitteConstify the RSA library.
2000-11-06 Richard LevitteAs a consequence of the BIGNUM constification, the...
2000-11-06 Richard LevitteMake all engines available in the openssl application.
2000-11-06 Ulf Möllerlooks like a cut&paste error
2000-11-06 Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-11-06 Richard Levittemode used too early in EVP_PKEY_save_parameters.
2000-11-06 Richard LevitteMake sure that shared libraries get the internal name...
2000-11-04 Ulf MöllerSet the CryptoAPI randomness estimate back to 0.
2000-11-03 Ulf Möllerincrease the value a bit
2000-11-03 Geoff ThorpeRichard moved hw_nuron.c over to DSO-land recently...
2000-11-03 Ulf MöllerMinor corrections (HPUX).
2000-11-03 Bodo Mölleravoid memory leak
2000-11-03 Richard LevitteInstead of just STACK, use STACK_OF(ASN1_OBJECT).
2000-11-02 Richard LevitteUpdate the standards list to the current status
2000-11-02 Richard LevitteChange the engine library so the application writer...
2000-11-02 Richard Levitte'openssl engine' can now list engine capabilities....
2000-11-02 Richard LevitteBetter error reporting in 'openssl engine'
2000-11-02 Richard Levittemake update
2000-11-02 Bodo MöllerNever call load_dh_param(NULL) because this leads to...
2000-11-01 Richard Levitte-t is supported, so display some help about it.
2000-11-01 Geoff Thorpeoops, remove comments that are no longer true.
2000-11-01 Geoff ThorpeExplanation, tips, etc.
2000-11-01 Geoff ThorpeThis is a demo that performs SSL tunneling (client...
2000-11-01 Richard LevitteAdd application to enumerate, list and test engines...
2000-11-01 Richard LevitteAdd support for shared libraries under Irix.
2000-10-31 Richard LevitteRename true64 to the correct tru64.
2000-10-31 Richard LevitteImprovements to openssl.spec.
2000-10-31 Richard LevitteAdd configuration option to build on Linux on both...
2000-10-31 Richard LevitteMake flag variables int instead of char. This avoids...
2000-10-30 Ulf Möller_lrotl() is a call to the C runtime library!
2000-10-30 Geoff ThorpeDSO_load() should also work when it is passed a NULL...
2000-10-28 Richard LevitteDocument the change.
2000-10-28 Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-28 Richard LevitteSmall documentation change
2000-10-27 Ulf Möller-engine is gone.
2000-10-27 Richard LevitteNetBSD doesn't use ftime().
2000-10-27 Richard LevitteDocument the OCSP addition.
2000-10-27 Richard Levittemake update
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-26 Ulf Möller.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-26 Geoff ThorpeAdd a note about the recent DSO changes in CHANGES. BEFORE_engine
2000-10-26 Richard LevitteOn HP-UX, at least when shl_* are used, the libraries...
2000-10-26 Richard LevitteFor the operating systems where it matters, it is somet...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-26 Bodo Möllerrsautl.c requires RSA.
2000-10-23 Ulf Möllers_server not s_client
2000-10-23 Bodo MöllerCert chain verification is useable by now.
2000-10-23 Ulf MöllerCorrection from Tani Hosokawa <unknown@riverstyx.net>
2000-10-23 Bodo Möllerinternal_verify now does know about extensions
2000-10-23 Bodo MöllerDon't ever set 'seeded' if RAND_status() returned 0
2000-10-22 Richard LevitteWhen building shared libraries on HP-UX 10.20 and HP...
2000-10-22 Richard LevitteIt seems like grep isn't as capable as I thought on...
2000-10-22 Richard LevittePointer error corrected
2000-10-22 Richard LevitteIf the functions get_dh*() are declared static, they...
2000-10-22 Richard LevitteOn some operating systems, MAX is defined. Call ours...
2000-10-21 Richard LevitteDocument
2000-10-21 Richard LevitteThere's no reason why app_RAND_load_file() should retur...
2000-10-21 Richard LevitteKrister Walfridsson <cato@df.lth.se> tells us sysctl...
2000-10-21 Richard LevitteFreeBSD-elf can do threads. However, there seems to...
2000-10-21 Richard LevitteAdd what's needed to get shared libraries on HP-UX.
2000-10-21 Richard Levittemake update
2000-10-21 Richard LevitteDocument the change to NCONF.
2000-10-20 Dr. Stephen... Fix for bug (?) in assembly language routines for SHA1...
2000-10-19 Dr. Stephen... Move expired CA certificate.
2000-10-19 Ulf Möllergive pseudo prototypes instead of macro definitions...
2000-10-19 Ulf Möller"DESCRIPTION" is required.
2000-10-19 Ulf Möllercorrection from Lutz
2000-10-19 Richard LevitteKeep binary backward compatibility by putting new metho...
2000-10-19 Richard LevitteMake it possible for methods to load from something...
2000-10-19 Richard LevitteNCONF_get_number() has no error checking at all. As...
2000-10-18 Ulf MöllerAdd short overview, move header files section further...
2000-10-18 Ulf Möllercosmetic changes
2000-10-18 Ulf Möllercosmetic change
2000-10-18 Richard LevitteJohn Denney <jdenney@ca.mdis.com> reports that we forgo...
2000-10-17 Richard LevitteTwo questions have been asked quite often lately.
2000-10-16 Dr. Stephen... Update test server certificate in apps/server.pem ...
2000-10-16 Ben LaurieAlways return a value.
2000-10-16 Richard LevitteCRYPTO_get_ex_new_index would never return an error.
2000-10-14 Dr. Stephen... Fix for typo in certificate directory lookup code.
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-13 Richard LevitteEven when you don't want to create shared libraries...
2000-10-13 Richard LevitteRework the system to generate shared libraries:
2000-10-13 Richard LevitteBump the shared library version (should have been done...
2000-10-13 Richard LevitteMake the new conf implementatoin bug-compatible with...
2000-10-13 Richard Levittemake update
2000-10-12 Richard LevitteNew docs and new facts in older docs.
2000-10-12 Dr. Stephen... Make non blocking I/O work for accept BIOs.
2000-10-11 Ulf Möllerfix problems in the selftest
2000-10-10 Richard LevitteDo a favor to those who get weird compiles and report...
2000-10-10 Richard LevitteA few small corrections to the SSL documentation.
2000-10-09 Bodo MöllerBIO_sock_init() returns 1 for success and -1 for failur...
2000-10-09 Geoff ThorpeDSO_ctrl() changes have removed a couple of DSO_METHOD...
next