コミット履歴

作者 SHA1 メッセージ 日付
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 年 前
  Rich Salz 75ebbd9aa4 Use p==NULL not !p (in if statements, mainly) 9 年 前
  Rich Salz 86885c2895 Use "==0" instead of "!strcmp" etc 9 年 前
  Rich Salz 16f8d4ebf0 memset, memcpy, sizeof consistency fixes 9 年 前
  Rich Salz b4faea50c3 Use safer sizeof variant in malloc 9 年 前
  Rich Salz c5ba2d9904 free NULL cleanup 9 年 前
  Dr. Stephen Henson 27af42f9ac Move some EVP internals to evp_int.h 9 年 前
  Dr. Stephen Henson 5fe736e5fc Move some ASN.1 internals to asn1_int.h 9 年 前
  Matt Caswell 0f113f3ee4 Run util/openssl-format-source -v -c . 9 年 前
  Dr. Stephen Henson afb14cda8c Initial experimental support for X9.42 DH parameter format to handle 13 年 前
  Dr. Stephen Henson 3231e42d72 update pkey method initialisation and copy 13 年 前
  Dr. Stephen Henson f830c68f4d add "missing" functions to copy EVP_PKEY_METHOD and examine info 14 年 前
  Dr. Stephen Henson ad889de097 If EVP_PKEY structure contains an ENGINE the key is ENGINE specific and 14 年 前
  Dr. Stephen Henson efcf5f1c50 PR: 2244 14 年 前
  Dr. Stephen Henson c8ef656df2 Make CMAC API similar to HMAC API. Add methods for CMAC. 14 年 前
  Dr. Stephen Henson d4f0339c66 Update from 1.0.0-stable. 15 年 前
  Dr. Stephen Henson ef236ec3b2 Merge from 1.0.0-stable branch. 15 年 前
  Dr. Stephen Henson a63bf2c53c Make no-engine work again. 15 年 前
  Ben Laurie b3f3407850 Use new common flags and fix resulting warnings. 15 年 前
  Dr. Stephen Henson 2e5975285e Update obsolete email address... 16 年 前
  Dr. Stephen Henson e19106f5fb Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros 16 年 前
  Dr. Stephen Henson 606f6c477a Fix a shed load or warnings: 16 年 前
  Ben Laurie babb379849 Type-checked (and modern C compliant) OBJ_bsearch. 16 年 前
  Dr. Stephen Henson d4cdbab99b Avoid warnings with -pedantic, specifically: 16 年 前
  Ben Laurie 5ce278a77b More type-checking. 16 年 前
  Dr. Stephen Henson 0e1dba934f 1. Changes for s_client.c to make it return non-zero exit code in case 17 年 前
  Dr. Stephen Henson 74633553a9 Experimental HMAC support via EVP_PKEY_METHOD. 17 年 前
  Nils Larsch 0d5ac5a738 allow EVP_PKEY_CTX_free(NULL) 17 年 前
  Dr. Stephen Henson 944f858021 Fix EVP_PKEY_CTX_dup() to return correct value and handle NULL keys in 18 年 前
  Dr. Stephen Henson 01b8b3c7d2 Complete EVP_PKEY_ASN1_METHOD ENGINE support. 18 年 前