Re: [fpc-pascal] Public key algo pascal only

2019-04-05 Thread Виктор Матузенко
Hi, try this https://github.com/delphi-pascal-archive/Pascal-RSA пт, 5 апр. 2019 г. в 14:17, José Mejuto : > El 05/04/2019 a las 13:01, Michael Van Canneyt escribió: > > > Maybe DCrypt has the necessary routines, Graeme Geldenhuys maintains a > > version that works with FPC. > > Hello, > > Thank

Re: [fpc-pascal] Compile for WinCE 7, target ARM, CPU Cortex-A9

2019-04-05 Thread Sven Barth via fpc-pascal
LacaK schrieb am Fr., 5. Apr. 2019, 14:56: > > >> >> Note that you probably don't need two different cross compilers if your >> cpu-OS target is the same >> >> Target CPU family is same: "arm", but Target processor is not the same: >> "ARMv4" versus "ARMv7" ... >> >> So I do not know if this requ

Re: [fpc-pascal] Compile for WinCE 7, target ARM, CPU Cortex-A9

2019-04-05 Thread LacaK
Note that you probably don't need two different cross compilers if your cpu-OS target is the same Target CPU family is same: "arm", but Target processor is not the same: "ARMv4" versus "ARMv7" ... So I do not know if this requires two pre-compiled cross-compilers or

Re: [fpc-pascal] Compile for WinCE 7, target ARM, CPU Cortex-A9

2019-04-05 Thread Sven Barth via fpc-pascal
LacaK schrieb am Fr., 5. Apr. 2019, 13:18: > > > Note that you probably don't need two different cross compilers if your > cpu-OS target is the same > > Target CPU family is same: "arm", but Target processor is not the same: > "ARMv4" versus "ARMv7" ... > > So I do not know if this requires two p

Re: [fpc-pascal] Compile for WinCE 7, target ARM, CPU Cortex-A9

2019-04-05 Thread LacaK
Drawback is that I must now maintain 2 FPC installations/cross-compilers (Win32-WinCE): one for targer WinCE 5,6 with CPUs ARMv5 and another for WinCE 7 with ARMv7 CPU (It is not sufficient to setup build modes in project ... also all units must be pre-compiled ... at lea

Re: [fpc-pascal] Public key algo pascal only

2019-04-05 Thread José Mejuto
El 05/04/2019 a las 13:01, Michael Van Canneyt escribió: Maybe DCrypt has the necessary routines, Graeme Geldenhuys maintains a version that works with FPC. Hello, Thank you, I have code from DCrypt but I was looking for something much more simple which can generate the keys/certificates and

Re: [fpc-pascal] Public key algo pascal only

2019-04-05 Thread Michael Van Canneyt
On Fri, 5 Apr 2019, José Mejuto wrote: Hello, Is there any public/private key algorithm, pascal only, implemented in the distribution of fpc ? Degree of security is not important, also a 3rd party unit which does not depends on a DLL or depends on another software to generate key pairs, or

[fpc-pascal] Public key algo pascal only

2019-04-05 Thread José Mejuto
Hello, Is there any public/private key algorithm, pascal only, implemented in the distribution of fpc ? Degree of security is not important, also a 3rd party unit which does not depends on a DLL or depends on another software to generate key pairs, or other tasks, would be valid too. Thank y

Re: [fpc-pascal] Fatal: Can't find unit GL used by GLPT

2019-04-05 Thread Darius Blaszyk
Hi, I'm trying to setup Travis CI for GLPT. The build script is: wget -q ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip ; mkdir fpc; unzip -q -d fpc fpc-3.3.1.i386-win32.zip; export PATH="$PATH":"$PWD/fpc/bin/i386-win32/"; For a

[fpc-pascal] Fatal: Can't find unit GL used by GLPT

2019-04-05 Thread Darius Blaszyk
___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal