Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-10-14Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented outBodo Möller
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
1999-10-11Add EX_DATA support to X509.Dr. Stephen Henson
1999-10-09New functions to parse and get extensions.Dr. Stephen Henson
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson
1999-10-05Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson
1999-10-04Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson
1999-10-04Add prototypes for new DSA functions Steve added recently.Ralf S. Engelschall
1999-10-02Fix for base64 BIO decoding bugDr. Stephen Henson
1999-09-30VC++ warning.Ulf Möller
1999-09-30Generate obj_dat.h in "make update".Ulf Möller
1999-09-27new control code BIO_C_RESET_READ_REQUESTBodo Möller
1999-09-26RC4 tune-up.Andy Polyakov
1999-09-19Lots of evil casts to stop VC++ choking with "possible loss of data"Dr. Stephen Henson
1999-09-19Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
1999-09-18Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson
1999-09-11Initial support for MacOS.Andy Polyakov
1999-09-10Parantheses not needed.Ulf Möller
1999-09-10"make update"Bodo Möller
1999-09-10Use non-copying BIO interface in ssltest.c.Bodo Möller
1999-09-10typoBodo Möller
1999-09-10Correction for the testapps lines.Ulf Möller
1999-09-10Correct warnings.Ben Laurie
1999-09-09some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-09-09Fix typo.Dr. Stephen Henson
1999-09-08Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson
1999-09-08This is preliminary support for an "RSA null" cipher. Unfortunately whenDr. Stephen Henson
1999-09-08Use proper flags to build the testapps (default CC value causes confusionUlf Möller
1999-09-08Non-copying interface to BIO pairs.Bodo Möller
1999-09-07New function to convert ASN1 tag values to strings. Also fix typo in asn1.hDr. Stephen Henson
1999-09-06Fix warnings.Ben Laurie
1999-09-06Fix warnings.Ben Laurie
1999-09-05SHA clean-up Intel assembler companion.Andy Polyakov
1999-09-05SHA clean-up and (LP64) tune-up.Andy Polyakov
1999-09-04New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson
1999-09-03Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller
1999-09-03Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson
1999-09-02Make DH_free() free up any ex_data and also call the finish method.Dr. Stephen Henson
1999-08-28RIPEMD160 shape-up Intel assembler companion. Cycle counter benchmarksAndy Polyakov
1999-08-28RIPEMD160 shape-up. Major news are that it's operational on all platformsAndy Polyakov
1999-08-28make testapps after the library.Ulf Möller
1999-08-28md32_common.h update and accompanying MD5 update.Andy Polyakov
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson
1999-08-24make update.Ulf Möller
1999-08-24Minor MIPS III/IV tune-up.Andy Polyakov
1999-08-24Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson
1999-08-24Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-08-22Initial support for DSA_METHOD...Dr. Stephen Henson