source: trunk @ 206

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @206   5 months alonbl Fix openssl interface incompatibility, trivial const
(edit) @205   5 months alonbl Fix warnings, integer sign related
(edit) @204   5 months alonbl Fix warning of sign mismatch, but probably there is a bug here
(edit) @203   5 months alonbl Resolve trivial warnings
(edit) @202   5 months alonbl Remove ltdl usage Use native POSIX/Windows
(edit) @201   11 months alonbl Do not set private to C_Initialize unless actually have one From: …
(edit) @200   13 months martin trunk is 0.2.9-svn
(edit) @198   13 months martin Release 0.2.8 * bump soname because of added fields in r149 * update …
(edit) @197   18 months ludovic.rousseau Display the number of available slots
(edit) @196   22 months martin Add openssl libcrypto to pkg-config private libs list to make sure that …
(edit) @195   22 months martin Fix building examples on newest Fedora. Patch by Kalev Lember
(edit) @194   22 months martin Add missing token flags into libp11 structure. Patch by Kalev Lember
(edit) @193   2 years martin Fix ticket #137: check that private data is not NULL
(edit) @192   3 years aj Next release will be 0.2.8, trunk is "-svn" preview.
(edit) @190   3 years aj Update News too.
(edit) @188   3 years aj Create new release 0.2.8
(edit) @187   3 years aj make libp11 swallow CKR_CRYPTOKI_ALREADY_INITIALIZED if returned from …
(edit) @186   3 years aj trunk is now post 0.2.6
(edit) @184   3 years aj prepare release 0.2.6.
(edit) @183   3 years aj Kalev Lember: add Makefile.mak and winconfig.h for building with MSVC.
(edit) @182   3 years aj export the new function too.
(edit) @181   3 years aj we branched for 0.2.5, new development gets -svn suffix.
(edit) @179   3 years aj add new function to export slot id.
(edit) @178   3 years alonbl Add PACKAGE_SUFFIX
(edit) @177   3 years alonbl Fix doc build issues 1. VPATH issue. 2. Parallel build issue, suggested by …
(edit) @176   4 years alonbl mingw32->mingw*
(edit) @175   4 years alonbl Handle svn checkout detection correctly when srcdir is different
(edit) @174   4 years alonbl Don't remove external files on distclean
(edit) @173   4 years aj Switch from using int for size arguments to size_t. This change breaks ABI …
(edit) @172   4 years aj Stanislav Brabec: As previous patches changed ABI (at least on x86_64), …
(edit) @171   4 years aj Stanislav Brabec: As documentation says, PKCS11_CTX_init_args() returns …
(edit) @170   4 years alonbl Remove gcc specifics
(edit) @168   4 years aj fix segfault in new code.
(edit) @167   4 years aj update export script.
(edit) @163   4 years aj Update news file.
(edit) @162   4 years alonbl Export missing symbol
(edit) @161   4 years alonbl Update NEWS
(edit) @160   4 years aj Arnaud Ebalard: implement PKCS11_private_encrypt() and make PKCS11_sign() …
(edit) @159   4 years aj Ah, fix these number for libtool.
(edit) @158   4 years aj We added a function, so we need to increase the minor number.
(edit) @157   4 years aj Update news too.
(edit) @156   4 years aj David Smith: While working on adding PKCS#11 support to Gnome's Network …
(edit) @155   4 years alonbl Detect libtool-1 or libtool-2 at runtime
(edit) @154   4 years alonbl More aclocal->m4
(edit) @153   4 years alonbl Some more cleanups
(edit) @152   4 years alonbl Prepare for libtool-2
(edit) @151   4 years alonbl Fixup configure help strings
(edit) @150   4 years alonbl Include winresrc.h
(edit) @149   4 years alonbl Add --force to autoreconf
(edit) @148   4 years alonbl More fixups to maintainer-clean
(edit) @147   4 years alonbl Fixup MSVC resource build. By Douglas E. Engert
(edit) @146   4 years alonbl afxres.h is not needed
(edit) @145   4 years alonbl Distribute files for MSCV
(edit) @144   4 years alonbl libp11 MSVC fixups Here they are. This email has libp11 changes. The …
(edit) @142   4 years alonbl New build system Merge new build system: 1. Support mingw. 2. Sync with …
(edit) @129   4 years alonbl doxygen cleanups
(edit) @125   5 years aj trunk is now post 0.2.3 release.
(edit) @123   5 years aj testing needed more time.
(edit) @122   5 years aj update wiki export scripts.
(edit) @121   5 years aj pkcs11.h is now in the current directory.
(edit) @120   5 years aj add NEWS and COPYING to distribution. target saturday for release.
(edit) @119   5 years aj "frain" reported: libp11 fails at enumerating tokens if a PKCS#11 library …
(edit) @118   5 years aj prepare for new release.
(edit) @117   5 years aj update pkcs11.h header file from scute.
(edit) @116   5 years aj fix another warning.
(edit) @115   5 years aj fix header file again.
(edit) @114   5 years aj fix more compiler warnings.
(edit) @113   5 years aj fix header file.
(edit) @112   5 years aj mark more internal functions as static.
(edit) @111   5 years aj kill warnings / make functions static.
(edit) @110   5 years aj Risto Laanoja: Make ..USER_ALREADY_LOGGED_IN nonfatal. (There is long …
(edit) @109   5 years aj Risto Laanoja: possible free(NULL) on specific case
(edit) @108   5 years ludovic.rousseau add a Doxygen comment for PKCS11_generate_key() bits argument
(edit) @107   5 years aj use utf-8/ascii.
(edit) @106   5 years aj update to latest pkcs11.h revision.
(edit) @105   5 years aj add fixes by Nils.
(edit) @104   5 years aj update to latest pkcs11.h from Markus.
(edit) @103   5 years aj pkcs11.h with updates from Alon.
(edit) @102   5 years aj replace rsa header files with rewrite.
(edit) @101   6 years aj add code to store private key by Alexander Starostin <assur@…>
(edit) @100   6 years aj remove unused variables.
(edit) @99   6 years aj fix bug causing a core dump.
(edit) @98   6 years aj trunk is for developing past 0.2.2
(edit) @95   6 years aj RSA_PKCS1_PADDING is a constant to differentiate it from other padding …
(edit) @94   6 years aj fix windows build.
(edit) @93   6 years aj dynamically allocate slots, as suggested by Thomas Irlet
(edit) @92   6 years aj simply the revision, drop the m4 code. it didn't turn out the way I wanted …
(edit) @91   6 years aj move to opensc-project.org till opensc.org dns is back.
(edit) @90   6 years aj enable keywords.
(edit) @89   6 years aj experiment with svn version number.
(edit) @88   6 years aj kill some dead code.
(edit) @85   7 years jps avoid a compilation warning
(edit) @84   7 years ludovic.rousseau set the executable bit
(edit) @83   7 years ludovic.rousseau use @retval instead of @return
(edit) @82   7 years aj export one additional function.
(edit) @79   7 years aj functions added only, i.e. still ABI compatible.
(edit) @78   7 years aj add function to store certificates.
(edit) @77   7 years aj add files to generate ChangeLog?.
(edit) @76   7 years aj add ChangeLog? file via svn2cl.
(edit) @75   7 years aj patch by Nils: fix memory leaks, improve documentation.
Note: See TracRevisionLog for help on using the revision log.